netfrag.org > Pad > Home (book view)
Pad . { Home | Changes | Index | Search }

Search: \.*

Topics in Pad web: Changed: GMT Changed by:

AboutInversionOfControl  

09 Dec 2004 - 10:10 - NEW   Main.joko

 


AddressBooksAndCalendars  

26 Nov 2004 - 17:52 - r1.2   Main.joko

- Mozilla Sunbird
  - Created Calendar here ....
  - Can publish iCalendar (.ics) to WebDAV resource via https
  - Can export Calendar in HTML format

- Mozilla Thunderbird
  - Using its AddressBook ...
  - Can export LDIF and csv format

- Outlook Express 6:
  - Can import address data from ".ldif" files

- Outlook 2000
  - Can import iCalendar (.ics) and vCalendar (.vcs)
  - Can import csv format (user has to do column mapping on its own)

 


AddressConversionTools  

26 Nov 2004 - 00:32 - NEW   Main.joko

ldif2trade - filters an ldif file and spits out tradeclient format
http://tradeclient.sourceforge.net/ldif2trade.pl

ldif2csv - converts LDIF files into CSV files
http://www.radux.com/misc/
http://www.radux.com/misc/ldif2csv.pl

palm-ldif2csv
http://www.seligma.com/download/palm-ldif2csv

 


BackupTools  

26 Nov 2004 - 16:37 - NEW   Main.joko

--------------------------------------------------------------------------------------------
Backup:

bacula:
http://scottstuff.net/scott/archives/000246.html
http://lists.debian.org/debian-devel/2004/05/msg00399.html

Bacula: Cross-Platform Client-Server Backups
http://www.onlamp.com/pub/a/onlamp/2004/01/09/bacula.html?page=1

bacula-web / bacula-watcher:
http://www.indpnday.com/bacula/

Backalaika:
http://oui.com.br/n/print.php?content.15
http://oui.com.br/n/content.php?article.15

misc:
http://www.linux-backup.net/App/

NasBackup:
http://www.nasbackup.com/
http://www.nasbackup.com/modules.php?op=modload&name=Downloads&file=index&req=viewdownload&cid=3

WINrsync:
http://myplace.dk/software/winrsync/
http://winrsync.sunsite.dk/


--------------------------------------------------------------------------------------------
Unison - Articles:
http://www.livejournal.com/users/debaday/25950.html
http://www.open-mag.com/features/Vol_53/synch/synch.htm
http://www.itp.tu-graz.ac.at/Comp/Tutorial/soft.ext.access/unison/
http://www.cs.brown.edu/system/net_remote/filesync/

Unison - File Synchronizer:
http://www.cis.upenn.edu/~bcpierce/unison/
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/unison.win32-gtkui.exe.gz

root@quepasa:/home/service/download/backalaika/v01# pkgsearch unison
tra - a file-system synchronizer
unison - A file-synchronization tool for Unix and Windows
unison-gtk - A file-synchronization tool for Unix and Windows - GTK interface

apt-get install unison

 


BusinessProcess  

30 Nov 2004 - 11:45 - r1.2   Main.joko

Business Process

BPEL4WS - Business Process Execution Language for Web Services (successor of XLANG and WSFL)

Workflow & Co.

Organizations

Companies

Keywords / Buzzwords

  Universal Data Access (UDA)
  Enterprise Application Integration (EAI)
  Enterprise Information Integration (EII)
  Service Oriented Architecture (SOA)
  Process Oriented Architecture (POA)
  Event Driven Architecture (EDA)
  Enterprise Service Bus (ESB)
  Information Technology Infrastructure Library™ (ITIL)

Collaboration

EAI

Software / Implementations

Misc Pointers / More Topics

 


CollectedQuotes  

24 Nov 2004 - 13:40 - NEW   Main.joko


Jon Udell, November 1, 2000 in "Tangled in the Threads - Are servers obselete?"
via: http://udell.roninhouse.com/bytecols/2000-11-01.html

[...] Assuming is dangerous. Very dangerous. If my professional career has taught me anything it is that even problems that look simple at first can be hard or even impossible to solve. Never ever assume that a problem is manageable before you have analyzed it and know of a working solution. Innocent-looking problems can turn out to be monsters. [...]


 


EmailConversionTools  

24 Nov 2004 - 10:55 - NEW   Main.joko

 


EncryptedLoopDevice  

26 Nov 2004 - 16:30 - NEW   Main.joko


Encrypted Root Filesystem HOWTO:
http://linuxfromscratch.org/~devine/erfs-howto.html

Vulnerability in encrypted loop device for Linux:
http://off.net/~jme/loopdev_vul.html

misc:
aespipe - AES-encryption tool for tar/cpio and loop-aes images
ccrypt - secure encryption and decryption of files and streams
debrecipes-es - Debian "recipes" from project La Espiral - Spanish version
libcrypto++5.2 - Crypto++ library
loop-aes-ciphers-source - Ciphers for the loop-aes encryption Linux kernel module
loop-aes-source - AES-encryption loopback Linux kernel module
loop-aes-utils - Tools for mounting and manipulating encrypted filesystems


quepasa:

1. requires kernel-modules, so:
  http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO-2.html
  see xukay:/data2/joko/uml-kernel
  [...]
  #> screen -S kernel
  #> make menuconfig ARCH=um
  #> make linux ARCH=um
  #> strip linux
  #> make modules ARCH=um
  ... install into root file system as described

more on installing kernel modules to uml:
  http://usermodelinux.org/modules.php?name=News&file=article&sid=31
  http://usermodelinux.org/modules.php?name=News&file=print&sid=31
  http://www.biochem.ucl.ac.uk/~mckenzie/linux/uml-getting-started-20040422.html

2. setting up loop-aes:
  http://linuxfromscratch.org/~devine/erfs-howto.html

3. installing kernel source to quepasa
   #> cd /usr/src
   ... proceed like in *
   
4. install loop-aes
    #> cd /usr/src/modules/loop-aes
    #> export LINUX_SOURCE=/usr/src/linux-2.4.27; make


=================================================================
google: linux file encryption
=================================================================

Encrypting your Disks with Linux:
http://koeln.ccc.de/archiv/drt/crypto/linux-disk.html

BestCrypt:
http://www.jetico.com/

Crypto Software:
http://www.cs.auckland.ac.nz/~pgut001/links/software.html

The Linux Encryption-HOWTO Homepage:
http://encryptionhowto.sourceforge.net/

http://kernel.org//pub/linux/kernel/crypto/

Free Encryption / Cryptographic Software:
http://www.thefreecountry.com/security/encryption.shtml

TrueCrypt:
http://www.truecrypt.tk/

Encryption-HOWTO-4.html:
http://www.linuxsecurity.com/docs/HOWTO/Encryption-HOWTO/Encryption-HOWTO-4.html

Transparent Cryptographic File System:
http://www.tcfs.it/

NewPKI:
http://www.newpki.org/

linux-crypto: Cryptography on (and in) Linux:
http://mail.nl.linux.org/linux-crypto/

bcrypt - Blowfish File Encryption:
http://bcrypt.sourceforge.net/

Linux Links - The Linux Portal: Software : Networking : Security : Encryption
http://www.linuxlinks.com/Software/Networking/Security/Encryption/index.shtml

Encrypting services / data:
http://www.linux.se/doc/lasg-www/encryption/

PPDD - ENCRYPTION ON LINUX:
http://linux01.gwdg.de/~alatham/

Using CFS, the Cryptographic Filesystem:
http://www.linuxjournal.com/article.php?sid=6381

des/undes - Tripple DES file encryption software:
http://www.boutell.com/lsm/lsmbyid.cgi/002084

Encryption Freeware Software:
http://www.soft411.com/software/encryption-freeware.html

gentoo - A Structured Approach to Hard Disk Encryption:
http://www.sdc.org/~leila/usb-dongle/readme.html

SecurityConfig - Cryptography:
http://www.securityconfig.com/software/crypto/crypto.htm

infoanarchy.org - Hard Disk Encryption:
http://www.infoanarchy.org/wiki/wiki.pl?Hard_Disk_Encryption

Cryptography.Org:
http://cryptography.org/

PGPdisk:
http://www.pgpi.org/products/pgpdisk/

EncFS – Encrypted Filesystem module for Linux:
http://arg0.net/users/vgough/encfs.html

CrossCrypt:
http://www.scherrer.cc/crypt/

SecurityAdminGuide-9.html:
http://www.nic.com/~dave/SecurityAdminGuide/SecurityAdminGuide-9.html

encryption system Software:
http://www.software-x.com/software/encryption-system.html

Chameleon File Encryption Tools:
http://www.securityfocus.com/tools/1497/scoreit

Products that Use Blowfish:
http://www.schneier.com/blowfish-products.html

Cfs - Encryption services for the Unix(tm) file system:
http://linux.maruhn.com/sec/cfs.html

CryptoFS:
http://reboot.animeirc.de/cryptofs/

Chapter 10 - Encrypting files and drives in Linux, BSD, and other Unices:
http://www.seifried.org/security/cryptography/crypto-book/chapter-10.html

Kurt Seifried Information Security:
http://www.seifried.org/security/




======================================================
Problem: ioctl: LOOP_SET_STATUS invalid argument
google for it....
======================================================

Almost working:
http://mail.nl.linux.org/linux-crypto/2000-12/msg00020.html

Download a recent util-linux version:
http://www.kernel.org/pub/linux/utils/util-linux/?C=M;O=D



---------------
misc:

Virtual Filesystem: Building A Linux Filesystem From An Ordinary File:
http://www.linuxgazette.com/node/view/9346

SuperLinux:
http://www.super-linux.com/


.cryptofs:
CRYPTOFS::cipher=AES256
CRYPTOFS::md=MD5
CRYPTOFS::blocksize=2048
CRYPTOFS::salts=256

lufsmount cryptofs://<source> <dest>

 


FreeAntivirusSoftware  

24 Nov 2004 - 13:46 - NEW   Main.joko

 


FullTextIndexer  

24 Nov 2004 - 13:49 - NEW   Main.joko


DocIndexer:
http://www.methods.co.nz/docindexer/
DocIndexer is a toolkit for indexing and searching document directories. DocIndexer includes command-line utilities, Python index and search classes plus a Win32 COM server (for scripting from languages such as Visual Basic) that can be used to integrate indexing and searching into application software. The current version has built-in support for Microsoft Word, HTML, RTF, PDF and plain text documents.

Zebra:
http://www.indexdata.dk/zebra/
Zebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries.

PHP/YAZ:
http://www.indexdata.dk/phpyaz/
Simpleserver:
http://www.indexdata.dk/simpleserver/
WebClarity BookWhere:
http://www.indexdata.dk/bookwhere/
http://www.webclarity.info/products/bookwhere.html
Z-Spy:
http://www.indexdata.dk/zspy/
ZAP!:
http://www.indexdata.dk/zap/

Z39.50 Resources:
http://www.niso.org/z39.50/z3950.html
http://www.loc.gov/z3950/agency/resources/software.html
http://www.lib.utah.edu/digital/ZContent.html
http://dli.grainger.uiuc.edu/

MarcEdit Z39.50 Client:
http://oregonstate.edu/~reeset/marcedit/html/help/marcedit4_5/html/yazMainAbout.html
Z39.50/PRISE 2.0:
http://www-nlpir.nist.gov/works/papers/zp2/zp2.html
JZKit 2:
http://developer.k-int.com/jzkit2/
ICONE:
http://www.crxnet.com/icone.php


FindItNow!
Disk and EMail Indexed Search Utility
ftp://ftp.simtel.net/pub/simtelnet/win95/txtutl/fin128.zip
via: http://www.bookcase.com/library/software/win9x.util.text.html

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Wilbur:
http://wilbur.redtree.com/
A free  file indexer, formerly commercial, now free and GPL, for Windows only at this time. Its an indexer, can index in zip files, and can handle PDF files.
via: http://svartling.hopto.org/index.php?q=Wilbur
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Lupy:
http://divmod.org/Home/Projects/Lupy/
Lupy is a is a full-text indexer and search engine written in Python. It is a port of Jakarta Lucene 1.2 to Python. Specifically, it reads and writes indexes in Lucene binary format. Like Lucene, it is sophisticated and scalable. Lucene is a polished and mature project and you are encouraged to read the documentation found at the Lucene home page.

Wordindex: Full text indexer and search engine
http://wordindex.sourceforge.net/
Wordindex is a full text indexing suite developed using perl as the backend and PHP as the web based search utility. Any language can be used to search as long as it has access to MySQL databases.
Wordindex is capable of indexing huge amounts of data, one production system has indexed over 14GB of textual, PDF, and compressed text files. Searches on that system are still less than a second on a modest server.
Wordindex is clusterable, the indexing process which can take a very long time to complete on a huge dataset (meaning ~10G+) can be run over a couple nodes to spread out the load.

Thales:
http://thales.sourceforge.net/

ViIndex:
http://viindex.sourceforge.net/

mindex - media indexer:
http://sourceforge.net/projects/mindex/
mindex is a multi-user client/server based media indexing tool, written entirely in C++. The gathered data about a media includes name, size, path and an md5sum of the files on it. This list is then sent to a server, which stores it in a database .

Fulltext indexer dmmFTSIndexerFile:
http://www.dmm.cz/en/dmmfts_2.htm

DeepSearch 4:
http://www.namo.com/products/deepsearch/

IDKSM Search Engine:
http://www.miraclec.com/software.html

Phantom 2.0 a quick, capable Web indexer:
http://www.searchtools.com/info/articles/in_phantom.html

Harddisk Search and Stats 1.0:
http://www.freebyte.com/harddisk_search_and_stats/
Freeware file and disk search engine. Harddisk Search and Stats can search multiple files and folders recursively. You can also specify non-recursive searches. Use as many search-phrases as you want within one search. The search can be filtered according to file extensions. The program has an internal file viewer, but you can also specify an external file viewer, or use the default Windows viewer, which can differ per file type. The search-filter can import all file extensions from a folder (recursively). The program does not need to be installed, and does not use the Windows registry. Simply double-click on the exe and the program starts! Harddisk Search and Stats is able to search all ASCII/text-based file types.


---------------------------------------
Resources:
Developing a full-text indexer in Python
http://www-106.ibm.com/developerworks/linux/library/l-pyind.html
http://www.softlandmark.com/SearchEngine.htm
http://www.snapfiles.com/freeware/system/fwdiskcat_r.html
http://www.ir-ware.biz/locien.html
http://loosewire.typepad.com/blog/2004/08/a_directory_of__2.html

---------------------------------------
PHP Directory Indexer:
http://indexer.sourceforge.net/

!!!!!!!!!!!!!!!!!!
AutoIndex PHP Script - A Website Directory Indexer:
http://autoindex.sourceforge.net/
http://prdownloads.sourceforge.net/autoindex/AutoIndex-1.5.1.tar.gz?download
!!!!!!!!!!!!!!!!!!

EXPOW:
http://membres.lycos.fr/explow/
EXPOW is a set of PHP scripts that generates directory indexes.
Replaces Apache directory autoindexer, or generates indexes "on the fly", with visualization facilities and file managing ability. 
---------------------------------------



Harvest: A Distributed Search System
http://harvest.sourceforge.net/harvest/doc/

diskMETA - Internet search technologies for your desktop PC!
http://www.diskmeta.com/

Deductus:
http://www.aolej.com/dedu/

SearchWithin:
http://www.searchwithin.com/

blinkx:
http://www.blinkx.com/

 


FunnySmtpConnection  

26 Nov 2004 - 14:56 - NEW   Main.joko

220 rigel SMTP ready, Who are you gonna pretend to be today?

helo a.b.com
250 rigel Is thrilled beyond bladder control to meet a.b.com

mail from: a@b.com
250 sender is a@b.com, (yeah sure, it's probably forged)

rcpt to: you@somewhere.com
250 recipient you@somewhere.com, I know them! they'll just *LOVE* to hear from you!

data
354 OK, fire away. End with <CRLF>.<CRLF>

hello world!
.
250 Whew! Done! Was it as good for you as it was for me?

blabla
500 Bloody Amateur! Proper forging of mail requires recognizable SMTP commands!

quit
221 It's been real. Take off Eh!

 


GoodSound  

06 Nov 2004 - 17:50 - NEW   Main.joko

Stream name: Bassdrive - Music Beyond - 24/7 Drum and Bass Jungle Radio Featuring Live Shows
Current title: Leviticus - Burial (Chronic 2)
Current title: Visionary - Level Vibez
Current title: Artillery_Reload 9-22-04 feat Overfiend and Reflect -
Current title: Supersoul - How We Livin'

 


Home  

03 Feb 2006 - 17:47 - r1.3   Main.joko

Some notes ...

 


IdeasForBooks  

24 Sep 2004 - 02:42 - NEW   Main.joko

 


IntelIndeoProblems  

24 Nov 2004 - 13:51 - NEW   Main.joko


1. Nothing didn't work - searched at google for "intel indeo codec problems"

MovieCodec?.com » Message Board » Video Codecs » Indeo V5 codec http://www.moviecodec.com/thread/952.html

First, installed Intel Indeo 4.4 (codinstl.exe) from http://downloadfinder.intel.com/scripts-df/download.asp?url=/2846/eng/codinstl.exe&ProductID=355

Solution: MediaPlayer? now works!


2. VLC still says: main error: no suitable decoder module for fourcc `IV41'. VLC probably does not support this sound or video format.

Search for "fourcc `IV41'" at google, found:

Beschreibung der bei Microsoft registrierten FourCC?-Informationen (Four Character Code) http://support.microsoft.com/?scid=kb;de;281188&spid=1173&sid=254

MovieCodec?.com » Message Board » Video Codecs » FOURCC IV41 http://www.moviecodec.com/thread/1247.html

Downloaded and installed "iv5setup.exe", which includes the "Intel Indeo 5.11 codec".


3. Misc Stuff found while researching

Indeo Video and Audio codecs (Intel -> Ligos) Ligos ( www.ligos.com ) has taken over the development of the Intel codecs. http://www.ligos.com/indeo.htm

Windows video tools - A lot of miscellanous codecs, including Intel Indeo's "iv5setup.exe" http://freepctech.com/pc/002/files011.shtml

GSpot v2.52 b01 Build 040915 GSpot is a nice little tool that allows you to see what audio and video codecs the video file uses in order to determine what you need to install on your system to watch it. via: http://www.afterdawn.com/software/video_software/video_tools/gspot.cfm http://www.headbands.com/gspot/

MovieCodec?.com » Message Board » Video Codecs http://www.moviecodec.com/board/2_400.html

K-Lite Mega Codec Pack 1.13 http://www.codec-download.de/article.php?sid=403


 


InterestingDebianPackages  

24 Nov 2004 - 13:52 - NEW   Main.joko


pkgsearch php:
aeromail - Web-based e-mail client
eskuel - A MySQL databases administration interface in PHP-scripts
fibusql - Web based double-entry accounting
freeradius-dialupadmin - set of PHP scripts for administering a FreeRADIUS server
gdancer - Visualization plug-in for xmms
hawxy - a script that makes PHP-enabled webservers to HAWHAW proxies
hddtemp - Utility to monitor the temperature of your hard drive
jffnms - Web-based Network Management System (NMS) for IP networks
mpd - Music Player Daemon, the name says it all
myphpmoney - Finance manager written in PHP
nag - Multiuser Task List Manager
nagat - Nagios Administration Tool
odontolinux - Dental office management software (PHP4 + PostgreSQL)
opendb - A web-based lending database written in php
phpix - A PHP-based web photo album
phpldapadmin - Web based interface for administering LDAP servers
phpsysinfo - PHP Based Host Information
phpwiki - An informal collaborative website manager
rats - Rough Auditing Tool for Security
txt2regex - A Regular Expression "wizard", all written with bash2 builtins
webhttrack - Copy websites to your computer, httrack with a Web interface
websvn - PHP based interface of subversion repositories
wmblob - blobs in a dockapp
wordtrans-web - Multi Language Word Translator for Linux
wwwconfig-common - Debian web auto configuration
zoph - Web based digital image presentation and management system

pkgsearch upload:
cvs-autoreleasedeb - Automatically release/upload debian packages from CVS
debaux - Debian Auxiliary Programs
devscripts - Scripts to make the life of a Debian Package maintainer easier
dpkg-dev - Package building tools for Debian
dpsyco - Debian packages of system configurations
dput - Debian package upload tool
duplicity - encrypted bandwidth-efficient backup
dupload - utility to upload Debian packages
ibackup - Automated backups (even remote) of machine configurations
libapache-miniwiki-perl - Miniature Wiki for Apache
libapache-stage-perl - Manage A Staging Directory
libcgicc1 - A C++ class library for writing CGI applications
libcgicc1-dev - A C++ class library for writing CGI applications
libcommons-fileupload-java - File upload capability to your servlets and web applications
libcpan-distnameinfo-perl - Extract distribution name and version from a distribution filename
libecgi-dev - An ANSI C library for the creation of CGI applications
libecgi0 - An ANSI C library for the creation of CGI applications
lintian - Debian package checker
maint-guide - Debian New Maintainers' Guide
maint-guide-de - German translation of Debian New Maintainers' Guide
pyftpd - ftp daemon with advanced features
sitecopy - A program for managing a WWW site via FTP, DAV or HTTP
smbc - samba-commander - curses based samba network browser
w3c-markup-validator - W3C Markup Validator
wdg-html-validator - WDG HTML Validator
webcam - capture and upload images
webcamd - Capture images from video devices
wondershaper - Easy to use traffic shaping script
scribe - Document Production System

 


Joko-2001-10  

26 Nov 2004 - 02:25 - NEW   Main.joko

grasshopper 2001-10-23 to 
- todo: cvs, document, publish (!!!)
- todo: ldap as backend for everything
- todo: umltools
- todo: virtual hosting
- hosts:
  - h1.service.netfrag.org
  - firstprovider.de
  - 212.123.127.169
  - cashew.netfrag.org
  - digitalpatentservice.de
  - ns1.f7x.net
  - psl.no-ip.com
  - martha.no-ip.org
  - 192.168.1.1
- todo: cvsStats
- horde: extension for better schema-editing
- film: prüfstand nr. 7

 


Joko-2001-12  

26 Nov 2004 - 02:10 - NEW   Main.joko

 


Joko-2002-03  

26 Nov 2004 - 02:19 - NEW   Main.joko

2002-03-19:

 


Joko-2002-08  

26 Nov 2004 - 02:34 - NEW   Main.joko


replication ( distribution + synchronisation):
  - replicate file systems
    - use rsync and layer another tool on top of it! (to do the actual *distribution*)
  - replicate TWiki

routing:
  - routing email while local delivery
  - routing email in sendmail
  - routing email to TWiki

the intranet, the editable web and microsoft:
  - issues:
    - Microsoft Outlook (EMail / Communication)
      - http://twiki.org/cgi-bin/view/Codev/ForwardMailToTWiki
      - http://twiki.org/cgi-bin/view/Plugins/MailInAddOn
    - Microsoft Office (Documents)
      - Word: http://twiki.org/cgi-bin/view/Codev/XopusEditor
      - Excel: ok to edit spreadsheets with TWiki?
      - Access: --> tbd
      - PowerPoint: ok to build slides with TWiki?

XDFS uses underlying database transactions for their ACID semantics (Atomicity, Consistency, Isolation, and Durability), 

- write (for daemon): differences/similiarities between various Wiki-Clones
- rsync -av -e ssh -z "/cygdrive/C/home/amo/mycvs"  "amo@192.168.10.1:~/master"
- write: ssh vs. ipsec or similar
- check out: snpp: simple network paging protocol

jack kerouac "on the road"
branwen okpako "dreckfresser"

- prereqs for backend/
  Date::Manip
  Set::Object
  Tangram
  (MD5)
  (CPAN)

 


Joko-2002-09  

26 Nov 2004 - 02:37 - NEW   Main.joko


SyncingOutlookContacts
A) use Win32::OLE to read contacts from Outlook and Net::LDAP to write them to an LDAP server (win32 only)
     problem: Net::LDAP might not work natively on win32.
     solution: transfer data from win32-system to "remote hub" first
B) - implement RPC server (daemon, listener) to recieve data via network (TCP Sockets)
    - use Win32::OLE to read contacts, but an RPC mechanism (SOAP::Lite, XMLRPC, PIRPC) to send data to the remote daemon
    - example hack implemented ( syncOutlookContacts.pl, (Bundle::)Torus) ...
       ... see /home/amo/chronology/2002-07-30 janosch - outlook2ldap - SyncingOutlookContacts
C) handle data-transfer via files (write - transfer - read) e.g. via Net::SCP or Net::SFTP instead of using an RPC mechanism

Data::Storage
We have DBI (Databases -> Tables -> Rows -> Columns).
We have Tangram (Databases -> ObjectSets -> Objects -> Properties AND (true) Relations).
We have Filesystems (Directories -> Files).
We have Files (Lines -> Seperators, Lines -> FieldLengths; but also (maybe): structured and unstructured, row-based or not).
We have some more stuff to store data to.
What about having one single convenient access to them? (just access! no internals! we can't make unpossible things possible!)

Writing COM Components with Perl?

SyncingOutlookContacts
D) "the other way round" or "turning inside out"
     - access Outlook via COM, don't use Win32::OLE directly but a wrapper to call to COM objects from a remote host
     - do RPC call *to windows*, not *from windows* (via IIS)
        - if IIS is not acceptable, code in .vbs-scripts to execute locally (win32-native!)
      1) 4S4C aka Simon's SOAP Server Services For COM
          http://www.4s4c.com/4s4c/
          This is a COM component that will invoke methods on COM objects (via any automation compatible interface), 
          from a SOAP request message, and return the results as a SOAP response message.
      2) Passing Recordsets via HTTP [...]  (ability to access a DCOM server over HTTP)
          http://www.avdf.com/oct98/art_vb001.html
     => problem(s):
            client exposes data; often not possible; if possible: high risk!; 
            else: security mechanism needed => complex; maybe good for "peer-to-peer-office"
            more specific:
              1. needs 3rd-party component
              2. requires modification to registry to be able to expose via IIS
E) integrate directly!
    - build COM component and plug in to Outlook which speaks directly to a LDAP-server
    - (originally the first idea, but we thought "integration sucks" 
            (and in fact it does - the flexibility through (perl-)scripting would be lost))
          but: a) maybe better when independent of perl and b) problem solved:
    - problem: no free ldap-library / component for win32
      - This was the problem... first. 
      - Finally worked out solution via Microsoft Active Directory client libraries (activeds.tlb) and ADO (msado15.dll).
    - see cvs@netfrag.org:/nfo/vb/ActiveDirectory/*

How to move/migrate (Sub-)Trees to another location inside a master cvs-repository?
How to move/migrate (Sub-)Trees to another location inside a local cvs-tree?

Use ActiveDirectory as common LDAP server?
(expand Schemas, etc.)

Syntax for calling outlook.exe (in C:\Programme\Microsoft Office\Office)
  - see Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Clients
  - jumps to the Calendar
      OUTLOOK.EXE Outlook:Calendar
  - composes Email
      OUTLOOK.EXE -c IPM.Note /m "%1"
  
Active Directory
  see Registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ADs
  
see Registry: 
  - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataAccess\RootBinder
  - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange
  
netsh

iptables.pl for win32 via netsh?

rundll32.exe %SystemRoot%\System32\mshtml.dll,PrintHTML "%1"

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC

sshd on win32?

C:\Programme\Adobe\Acrobat 5.0\Reader\JavaScripts

HKEY_CLASSES_ROOT\Drive\shell
HKEY_CLASSES_ROOT\Drive\shellex

Rsync Here:
HKCR,Directory\Shell\RsyncHere
HKCR,Drive\Shell\RsyncHere

- gpl-clone of Component Software RCS Document Explorer (WinRCS)

- gpl-clone of sync2nas

- Linux - show users with open files
  
- arch: mirror (& notify) ftp://regexps.com/pub/src/

- subversion: http://subversion.tigris.org/

- xdelta: http://www.cs.berkeley.edu/~jmacd/xdelta.html

- prcs: http://prcs.sourceforge.net/
   merging: http://prcs.sourceforge.net/merge.html

- bitkeeper: http://www.bitkeeper.com/index.html

- STONE -> shape ( http://swt.cs.tu-berlin.de/~shape/ )

- revision control / configuration management:
   rcs  ->  cvs  ->  xyz  
                                    -> subversion
                                    -> prcs
                                    -> opencm
                                    -> arch

- LDAP Proxy ?
   - from: http://www.winntmag.com/Articles/Index.cfm?ArticleID=7281&pg=2
   - ILPS (Innosoft LDAP Proxy Server)
     - vendor: Innosoft
     - url: http://www.innosoft.com/press/ilps-press.html
   - MLPS (MaXware LDAP Proxy Server)
     - vendor: MaXware Benelux
     - url: http://www.maxware.no/ ???
     - VBScript capabilities
   - DBA (Directory Boundary Agent)
     - vendor: NEXOR
     - url: http://www.nexor.com/
     - more info: http://www.software-aus.com.au/pdf/dba.pdf

- write & publish: adsi & slapd interop

- distributed queries, heterogeneous joins

- Tangram: +(Unified Modeling Language) => Schema2UML, UML2Schema

- BetSlip -> AbstractContainer

- http-analyzer:
  - trace-mode
  - filters:
    - GETs & GET-Destinations
    - POSTs & POST-Destinations
    - 
  - trail-mode
  - dump-mode
  
- CMS 3000:
   - ease and features of TWiki
   - concepts (embedding code) and features (output formats!) of 
      - XPC http://xpc.4arrow.com/   ( ECM in a CMF )    Xpc stands for eXtensible Page Creation
        see http://dev.4arrow.com/documentation/index.xpc?op=view_doc&docid=2&group_id=1
      - PHPortal http://www.advogato.org/proj/PHPortal/    ( http://dev.4arrow.com/ )
      
- definitely collect all features and gui markups of many different intranet systems, 
  try to combine the best and under-layer it with mysql -> perl -> tangram -> whatever
  
- alerts via rss -> FeedReader !!!
- alerts via sms/pager

- write browser like metabrowser, but more generic rss focused, ie4 / mozilla embedded => perl Tk ;)

- document firewall/accounting setup/configuration on h1.service.netfrag.org

- write WWW::Search - modules

- extend Infobot

- tools for filesystem abstraction
  - coda - CODA advanced distributed filesystem: http://www.coda.cs.cmu.edu/
  - perlfs:
  - intermezzo: http://www.inter-mezzo.org/
  - sqlfs: http://no.spam.ee/~tonu/index.php
  - lufs - Userland Filesystem: http://lufs.sourceforge.net/
  - LinFS/SQLFS: http://www.relex.ru/~yarick/
  - Userfs: http://www.goop.org/~jeremy/userfs/
  - orbit: http://orbit-resource.sourceforge.net/
  - perlfs: http://dd-sh.assurdo.com/perlfs/
  - HTTPFS: 
  - HTTP-VFS - HTTP Virtual File System: http://okmij.org/ftp/HTTP-VFS.html
  - HTTPFS in about 200 lines of C: http://rpmfind.net/linux/httpfs/messages/msg00018.html
  - davfs - WEB-DAV Linux File System(davfs): http://dav.sourceforge.net/
  - podfuk - POrtable Dodgy Filesystems in Userland (hacK) version 2: http://atrey.karlin.mff.cuni.cz/~pavel/podfuk/podfuk.html
  - AVFS - A Virtual File System: http://www.inf.bme.hu/~mszeredi/avfs/
  - Hostfs: http://user-mode-linux.sourceforge.net/hostfs.html
  - arla: http://www.stacken.kth.se/projekt/arla/
  
- debian news ( http://www.debian.org/News/2001/ ) to RSS

- netfrag.org - announce:
  - legolas
    - LAMP
    - obs3rv3r
  - hetzner1
    - FreeVsd
    - h1.service.netfrag.org
    - UML
    - infobot
    - lufs
  
- build visual designer for Tangram-config-file

- Perl::SSL in pure perl (Perl::SSLPP)

- Java:
  - J2EE
  - Enterprise JavaBeans
  - opensource EJB Server
    jBoss: http://www.jboss.org/x
    OpenEJB: http://openejb.sourceforge.net/
  - misc
    - http://castor.exolab.org/
    - struts: http://jakarta.apache.org/struts/
    
- research into ORBs! OpenORB or stuff

- check out unsharp: http://sourceforge.net/project/showfiles.php?group_id=62435&release_id=110903

- check out davfs2: http://dav.sourceforge.net/

- Tangram::ACL

- gui editor (vb?) for dada.perl.it

- finish WWW::SMS::GsmboxDE

- monitor startup- and shutdown-phases of virtual hosts to provide tighter notification about errors/success
  for now, notification is only triggered by netsaint-check, 
  wrapped out to /home/service/bin/notify/hostalert via "notify-by-sms-host-global"-command
  
- umltools:
  - mungle config out to /etc/umltools or something like that
  - throttle host
  - better split up between "prepare patches" and "apply patches" (which requires mounting)
  - do "chown -R service.service quepasa/" after building
  - patch twiki-configs and content! ("test.helonet.org"!)
  - patch webalizer config ("Default-UML woody-stable")
  - delete webalizer data
  - change mrtg-settings, delete data
  - change home-dir of "bd" from "/dev/null" to "/root"
  - change default-group of "bd" from "<empty>" to "root"
  - change root-password from "root" to something weird
  - is it possible to even "unset" root's password? yes! by deleting pass in "/etc/shadow", 
    build as option "--close-root" or stlt
  - setup: configure paths to programs set in UML/Control.pm
  - make username "bd" configurable
  - implement notification and alerting
  - new proposal for replacing "askCmd($usermessage, $command)"
     ask $command, $usermessage, $result;
  - inject ssh-key for user "service" to remote user's ("bd") ~/.ssh-directory
  - "ip-only" configuration
  - implement gui!!! (http/html?)
  - automatic-restart: check if host is already "up-and-running" only start if it's dead
  
  
  
- tripwire!!!

- SAML 1.0
  XML-Based Security Services TC (SSTC) Security Assertion Markup Language 
  http://www.oasis-open.org/committees/security/
  
- SSTC:
  TC = Transport Container?
  
- using DBI / Tangram / anything with SAML 1.0

- setup nagios: http://www.nagios.org/

- WWW::SMS::WebDE

- mirror psl.no-ip.com to netfrag.org/~rabit/psl/

- h1.service.netfrag.org: add joko's number to alerting (via WWW::SMS::WebDE)

- php-db-library for orthogonal persistency

- introduce naming, specs and *handles* to netfrag.org, so we have real names, nick names and handles

- (internal) project: inventur (inventory?) and information distribution

- intranet gui (developer):
  - create project
     - technical documentation (DocBook)
     - slideshow (SlideML)
  - write article (DocBook)

- implement generic system -> user feedback (via TWiki-Notify-Page, email, ...)

- TWiki & Xopus

- h1.service.netfrag.org: alerts & notifications via RSS

- linux: grsecurity http://www.grsecurity.net/

- implement generic ClassBuilder with UML-support

- build ci (html-frame (easy! simple!) and stuff for netfrag.org / joko@netfrag.org

- web service: http://books.agmweb.ca/

- get into UserLand!

- tune vbox3 (& perhaps raccess4vbox3) to achieve david-functionality ( http://www.malte-wetz.de/ )

- win32: generic gui-automation (entering license information)

- glimpse, eglimpse!

- Syndicated Content (syndicate.netfrag.org)

- sql -> csv Layer for PHP

- Revisioning for Tangram: "Track Changes/Modifications"

- home2web - basics
   - repository (anything is a repository)
   - items need metadata
   - metadata (shows up before / after content): 
      e.g. before: title, description, author, date
      e.g. after: permissions (acls), revisions, <actions>
   - scanner (reads metadata/content)
   - trailer (finds semantic information from metadata *and* trailrecorder, 
   - publisher (writes abc to xyz)
   - trailrecorder (logs user-interactions)
   
- "The most syndicated site."?

- datavision ( http://datavision.sourceforge.net/ )
  - Import from Crystal Reports
  - german translation
  
- SandStorm

- mir

- RSS.Aggregator in Perl

- Das StahInetz stülpt sich Über uns (Enzensberger)

- Der SCHOCKWELLENNREITER" von John Brunner
- John Brunner's novel "The Shockwave Rider"

- IMC - IndyMediaCenter
  - IMCslash
  - active
  - sandstorm
  - mir
  
- integrate web.archive.org to Revisioning/History: "Look at the past"

- pivot ( http://www.mijnkopthee.nl/pivot/ )

- supervise suite: http://www.ailis.de/~k/debian/

- mailing lists: scientific, computing, politics, (net-)culture and ...

- handwriting the web with Adobe SVG

- win32: print to postscript => pop up ghostview/win32 and show document
  => after - print - preview (proof)
  
- workflow - recording, break down to
  - who?
  - when?
  "a human can do only one thing at once":  filename: "<user>-<timestamp-by-ms>"
  
- sasl for auth
- tls for transport
- ldap for acls

- rss / rdf for disabled?

- DAV
  1. maus-klick-zugriff, win32-anwendungen
      ok. geht. wahrscheinlich frontpage-client-api
  2. programmatischer zugriff, kommendozeile (copy)
     shell-wrapper um frontpage-client-api (HTTP PUT)
  3. für alle (alten) windows-programme
     echte, gscheite win32-filesystem implementierung (mount)
     evtl. schon mit cygwin möglich?

*.chm for pasamuf

Directory Servers / LDAP Server Products
- OpenLDAP
- Netscape Enterprise Server
- Sun ONE Directory Server 5.1 (formerly AOL iPlanet)

- autoadmin

- fax2pdf

- fax-solution(s)
  - PHPFax ( http://phpfax.sourceforge.net/ )
    project description:
      PHP Fax is intended to be a cross-platform group fax application.  
      The system conists of a back-end server and client software.  
      The back-end consists of PHP and Apache which provides the cross-platform user interface.  
      A PHP shell script drives E-Fax, which is a rather simple command-line fax application for *nix.  
      PostgreSQL is used for the fax que.  The whole system really just "ties" other 
      open-source software together to create a more complete system. 
    short, but detailed:
      - local executed javascript (WSH, Windows Scripting) copies file directly to hylafax queue via samba-share
      - printer integration with redmon
  - w2hfax ( http://w2hfax.sourceforge.net/ )
    project description:
      W2hfax is a windows client for hylafax.
      The client is based on a active-x library that is written in python. 
      The active-x library can also be used to send fax in word or excel, 
      or to integrate the functions in your project. 
      The windows client itself is written in visual basic.
    short, but detailed:
      - COM-object (written in python) communicates with hylafax-server via tcp-socket
      - printer integration with redmon

- modifications to w2hfax

- "David for Linux" ein Stück näher?

- xmlrpc-api for hylafax & vbox3
  - apache-access and other features!
  - callbacks?
  - extend or replace?
  
- mod_dav on Apache2 on win32
  - "/dav"-ie-issue
  
- LinuxWare: provide NetWare-like installation for Linux

- COM-server in Perl?

- "Interacting with COM-objects" (on win32 and linux)

- screen -d -m ./donkey -

- fax2pdf! (like web.de)

- php (annoying): "One Space and you're lost."

- tail here

- RPC::XML::StatINC

- Verteiltes System:
  - Storage-Backend mit abstrakt-spezifischer Datenbankschnittstelle
  - Einstellbare Synchronizität für Transaktionen (synchron/asynchron)
  - Einigermassen modularer Aufbau
  - Kein Transaktionsmonitor oder "ähnliche Dinge" (vorerst)
  - Programmierbare Methodik der Transaktionen/Messages
    - rpc: transmit message via ORB or XML (SOAP, XMLRPC, WDDX)
    - sqldb-table: enqueue message: writer -> sqldb ("message-queue") -> reader
  - Client-Schnittstelle ist immer rpc-artig, sei es direkt ($obj->method) oder indirekt ($rpc->call("method"))
    - der zugrunde liegende MessageQueuer sollte mindestens folgende Metadaten liefern:
       - capabilities:
         - synchronizity(?): synchron/asynchron/both
       - settings:
         - synchronizity(?): synchron/asynchron
         - timeout: seconds, milliseconds?, nanoseconds?
    - MessageQueuerSession sollte - falls möglich - über den Fortschritt der Transaktion Auskunft geben können
  - Abgestufter Timeout für Transaktionen: 
     - erster Timeout heisst möglicherweise nur, dass das System aussergewöhnlich unter Last steht
     - Indikator für nötiges Hardware-Upgrade: Häufigkeit dieses ( ^^^ ) Zustandes innerhalb eines Zeitraums
  - Soll beliebigen Nachrichten-Austausch zwischen Sprachen ermöglichen (lightweight - heavyweight)
  
- TWiki:
  - mods:
    - LittleProject
    - LargeProject
    - IntroSite
    - BigSite
  - funcs:
    - PrintToTWiki
    
- Master-Database / Repository
  - Metadata (Ablage-Informationen)
    - various Categories (Trove, etc.)
    - see also, references
  - Collections (Sammlungen)
 
- Repository - Registry
  - repository provides metadata (public)
    - name
    - description
    - logical (base) location
    - physical (base) location (filesystem-path, database-dsn)  (protected)                 -> use Data::Locator?
    - access-method
      - search-methods (fulltext, option-specific, semantic)
      - search-options for fulltext search (deepness-level, follow)
      - search-options for option-specific search (search-fields and their descriptions)    -> get from database-schema?
      - all other method-capabilities (CRUD)
  - make repositories "migratable" - at least by location (protected)
  
- public info (e.g. info.netfrag.org)
  - lowlevel
    - domains (domain-level)
    - sites (site-level)
  - highlevel (entry points)
    - important pages below site-level
    - certain users from user-level ("/~username")
    - configured/registered repositories
      - repository = public accessible larger information space
      - information space = content (e.g. netfrag.org-site) or media (e.g. software-collection)
      - e.g. different TWikis per site, per user
      - 
  
- publishing system
  - auto-linker, link-suggestor (TWiki "mark possible WikiWords as links?")
  - outline source-code or other special text with blocks or vertical bars (different colors)
  - outline "freshness" with vertical bars (different colors)
  
- PEAR::DB::Tangram (for php)
  - sync mysql's native
  - orthogonal inheritance in php
  - no messaging/encapsulation needed any more
  
- distributed/failover (needs)
  - pull the plug!
  - frontend must not break when backend goes down completely
    - frontend must be able to deny actions the backend is needed for or it may queue these requests if acceptable for end-user (ask!)
    - frontend does not have to recognize, but if it can do, it may notify end-user and pause connection-attempts to backend
    - backend has to announce if it comes up again so frontend can resume sending requests
  - data must not break when frontend crashes
    - backend must be able to rebuild frontend
    
- From Frontend to Backend ...

- repository for "not otherwise categorized words/phrases"
    -> google for it
    -> categorize it
  
- home2web
   -> home-content to web, web-technology to home
   
- php templating
  - general
    - http://www.php.lt/benchmark/
  - implementations
    - PEAR::HTML::IT
    - PEAR::HTML::ITX
    - smarty: 
        - home: http://smarty.php.net/
        - about: 
          - http://www.webmasterbase.com/article/837
          - http://www.phpinsider.com/benchmarks/
      Smarty is a PHP template engine written by Monte Ohrt and Andrei Zmievski. 
      Yet another template engine you say? The authors (and I too) would disagree. 
      Smarty is different from the rest of the pack. What differentiates Smarty from 
      other template engines like FastTemplate and patTemplate is that Smarty compiles 
      your templates into PHP scripts, eliminating the overhead incurred in parsing 
      the templates every time they're accessed. This makes Smarty very scalable 
      for large applications and high-traffic Websites 
      ...and if that didn't make any sense to you, just take it that Smarty is very fast and 
      would work well in stressful and high-traffic conditions! 
    - FastTemplate: http://www.thewebmasters.net/php/FastTemplate.phtml
    - patTemplate
    - phemplate: http://pukomuko.esu.lt/phemplate/
    - XTemplate: http://sourceforge.net/projects/xtpl/
    - PHP Base Library (phplib): http://phplib.sourceforge.net/
    - TemplatePower: http://templatepower.codocad.com/
  
- php accelerators (php bytecode compiling/caching)
  - ionCube PHP Accelerator: http://www.php-accelerator.co.uk/
  - ionCube PHP Encoder: http://www.ioncube.com/encoder/
  - PHP Accelerator (Nick Lindridge) (freeware): http://www.php-accelerator.co.uk/
  - Alternative PHP Cache (Community Connect) (freeware): http://apc.communityconnect.com/
  - AfterBurner (Bware Technologies) (freeware): http://afterburner.bware.it/
  - Zend Accelerator (Zend) (commercial): http://www.zend.com/

- "touching html not any more (templating)" is not always possible to the extent
    - see e.g. http://wetter.msn.de
    - make compromises!

At a time when the number of venture-backed IPOs dropped dramatically — from 226 in 2000 to 37 in 2001, 
according to the National Venture Capital Association — one VC-backed company's IPO stands out. 
Verisity Ltd., a Mountain View, Calif.-based provider ...

dittohead wrote: 
and pros don't like newbies. 

- from: http://www.elysiun.com/viewtopic.php?t=5411&highlight=download
  dittohead wrote: 
  and pros don't like newbies. 
  SGT Squeaks writes:
  Not all pros dislike noobs, most pros I know try and help them. Its the wannabe pros that rag on the newbies.

 


Joko-2002-10  

26 Nov 2004 - 02:43 - NEW   Main.joko


- anyRouter
  - cares for ...
     - context (web-session to legacy (unix) app)
     - conversion (content-format)
     - addressing (from -> to)

- javascript-component "one-field-finder" for www.stadtplan.net

- Technotopia scenario, Ecoplosion scenario: http://www.atalink.co.uk/mira/html/p010.htm
    - Technotopia Inc: http://sudbury.technotopia.com/
    
- backup: reversed mechanism: work on network-share, sync this back to client before disconnection
  solution seems just be workable with "multiple-target-action-notify": 
  actions get submitted to local system (fs, daemon) *and* remote system (fs, daemon)

- writing cross-platform-components with python
  - inspired by w2hfax, comes with com-component written in python and ui-app written in vb
  - mimicing com on unix
  - but...  is there a java-com binding? for sure, i believe ...
  
- large-scale component framework: 
    make standalone installation of single components possible 
    as well as ( name it ;) ) binding into a more complex architecture
    and as easy! both cases should be _easy_ - by the way ....
  
- tangram + uml, we need it, would be a _huge_ step forward

from: http://c2.com/cgi/wiki?ChryslerComprehensiveCompensation
  Written in 2002: The original estimate done by the C3 team in March 1996 was that the project 
  would be ready to ship in about a year. It launched in about a year. I think it was about two 
  months later than was wanted owing to a late understanding of what the Customer needed for 
  testing. The launch was considered a success by everyone. 
  Subsequent launches of additional pay populations were wanted by top management within a year. 
  The team thought that was possible, though I can't remember why. It doesn't seem that they 
  succumbed to pressure but perhaps they did. After two? more years the next group was ready 
  to ship in the team's opinion but something always got in the way. It wasn't quite like 
  the 90% done syndrome, but there was always another requirement that just had to be done. 
  Communication up and down the chain of command was broken; every manager but one 
  on both the IT side and Finance side was replaced or moved to a new position. 
  Finally the project was terminated. At this writing, C3 is no longer paying any employees, 
  though it did so until the end of 2000. 
  C3 did a lot of great things and it was delivering the features requested at a constant 
  velocity right along. If it was to be terminated, the information existed to have done in sooner. 
  If it was to launch, it could have launched sooner. After termination, the Customer 
  (the second one the project had had) was quoted as saying that he never thought 
  the idea was really to launch the subsequent populations. 
  Was it a process failure? It's hard to say. The things that XP deals with were all chugging along, 
  but it was as if the project had become uninteresting to the high-level stakeholders, 
  and they forgot about it and then one day remembered and turned it off. 
  
from: http://c2.com/cgi/wiki?MoiraMallison
...have patience with everything unresolved in your heart and to try to love the questions themselves 
as if they were locked rooms or books written in a very foreign language. Don't search for the answers, 
which could not be given to you now, because you would not be able to live them. 
And the point is to live everything. Live the questions now. Perhaps then, someday far in the future, 
you will gradually, without even noticing it, live your way into the answer. 
                                                                               Rainer Maria Rilke, in Letters to a Young Poet

Lee Smolin - Life and Light

Carroll Quigley - Tragedy and Hope (Professor of International Relations at Georgetown University)

from: http://www.autonomy.com/Content/Autonomy/FAQ
What data sources do you work with?
  Notes (with attachments) 
  SQL via ODBC 
  Exchange (with attachments) 
  Office formats (Word, Excel, PowerPoint, etc.) 
  Adobe PDF 
  Plain text 
  HTML etc. In fact, almost any type of data you would find in your organization 

from: http://www.autonomy.com/Content/Products/IDOL/
  IDOL Server functionality
  Many critical processes and tasks traditionally performed manually within the enterprise 
  can now be automated by Autonomy's technology. IDOL Server provides the key functional 
  operations that lead to real business benefits such as increased productivity within the organization, 
  an increase in information retention, a significant reduction in the cost of maintaining data and the 
  eradication of inaccuracies caused by human intervention.
  Whether connecting people to content, content to content or even people to people, 
  Autonomy provides a complete modular range of IDOL Server functionality that enables organizations 
  to integrate the latest in Personalization, collaboration and Retrieval features, including:
    Active Matching 
    Agents 
    Alerting & Information Delivery 
    Automatic Categorization 
    Automatic Clustering 
    Automatic Contextual Summarization 
    Automatic Hyperlinking 
    Automatic Profiling 
    Collaboration & Expertise Networks 
    Dynamic Taxonomy Generation 
    Intelligent XML Handling 
    Metadata Handling 
    Personalization 
    Retrieval 
  Once in place, Autonomy will enhance the performance of the organization, 
  leveraging the existing information assets and allowing users to make faster and better-informed decisions. 
  MOreover, whether implementing an enterprise wide or web-facing solution, 
  Autonomy's infrastructure acts as the catalyst to improve operational efficiency and reducing the cost of 
  manual overhead of managing information.

- mirror smarty.php.net

- smarty-like templating system for perl / mod_perl, shouldn't be too hard ....   ;)
   ... but takes time to stabilize
   
- w2hfax: there should be four transports for transmitting outbound faxes
   - hylafax-socket
   - mail via smtp
   - mail via mapi
   - hylafax-socket via XMLRPC and DAV served by Apache

- recieving/reading faxes:
   - HTML and TIF, GIF, JPEG, PDF
   - mail via mapi
   - mail via pop3/imap
   - web served by Apache or locally
   
- notifications for inbound messages:
   - mail via mapi
   - mail via pop3/imap
   - web via RSS served by Apache
   
- cross-porting for full conveniance(?)
  - Tangram to php
  - smarty to perl
  
- one-line-js-search-component for selfhtml

- Brian Green - Das elegante Universum

- gone:
  - http://www.army.mil/
  - http://www.aro.army.mil/
  - http://www.arl.mil/main/Main/default.cfm
  - http://www.arl.army.mil/aro/
  - http://ftp.arl.army.mil/~mike/comphist/
  - http://www.arl.mil/acoustics/milsensymp99.pdf
  - http://www.aro.army.mil/research/displaytech.pdf
  - http://www.arl.hpc.mil/
  - http://www.arl.mil/wmrd
  - http://www.epm.ornl.gov/cs/cumulvs.html
  - http://www.usace.army.mil/
  - http://www.army.mil/
  - http://www.hqda.army.mil/library/
  - http://www.hqda.army.mil/library/
  - ... many from http://directory.google.com/Top/Reference/Libraries/Subject_Specific/Military/
  - http://www-tradoc.army.mil/
  - http://www.stricom.army.mil/
  - http://www.esd.ornl.gov/nabirfrc/lysimeters.html
  - 
  
- migrations:
  - off ms
  - off SESAM/SQL-Server
  - [...]
  - off ms-exchange
  
- cut ms-browsers ;)

- check out Cheetah/MPI (High Performance Remote Method Invocation)

- Crypto AG
- Gretag

- Film: Allan Francovich - "The Maltese Double Cross"

- William Blum - Killing Hope: U.S. Military and CIA Interventions Since World War II (Monroe, Maine: Common Courage Press, 1995)

- Paul Virilio
  Paul Virilio is the emblematic French theorist of technology. 
  His major works include: Pure War, Speed and Politics, and 
  War and Cinema: the Logistics of Perception. 
  Two of his most recent books are Desert Screen and The Art of The Engine.

- Lynn Segal - Dream of Reality

- regularly run "chkrootkit"

- Widgets for Berlin
  - http://wiki.fresco.org/index.cgi/Widgets
  - http://www.berlin-consortium.org/timeline.html
  
- corba with perl: cope: http://www2.lunatech.com/research/corba/cope/

- framework
  - minimize setup-time for automatic rebuild (code & data)
  
- mmc-plugin!!!

- whfc: http://www.uli-eckhardt.de/whfc/

- dict:
  - "Das Rad neu erfinden."
  - "Die Macht der letzten Sekunde."
  
- intranet-systems: bookmarks & global bookmark view

- make two custom-sample-databases:
  - funny (barny geröllheimer, etc.)
  - boring
    - german (Hermann Schmidt, usw.)
    - english (...)
    - chinese
    - japanese
  - make project from this (or?)
  
- bugs in TWiki:
  - type existant topic in lowercase... what happens?
  - editing with ie causes sometimes to keep "old" version -> look at bugs at twiki.org
  
- Lotus Notes Database Interface for Perl (including sql-style query language + object-oriented api)

- php conference 3-5 nov frankfurt

- "Automated Software Engineering" in Blocks:
  - Message-Transfer in some steps:
    (backend)    - Persistant Storage (mySql-Tangram)
    (backend)        - xmlrpc-server (middleware, cache)
    (frontend)        - mysql-server (middleware, cache)
    (frontend)        - session-variable (middleware, cache)
    (frontend)    - use Object
      
- orthogonality:
   ... between objects and data structures: http://tit.irk.ru/perl2/prog3/ch08_03.htm (8.3.4. Using Object Methods)
       [...] In return for this civility, you get complete orthogonality between objects and data structures. 
       Any data structure can behave as an object when you want it to. Or not, when you don't. [...]
   ... between objects and the underlying persistent storage
        Tangram

- linux-test?
  - copy a file from one machine to another [...] ;)
  - enable passwordless-login via ssh-keys
  
- uml: send UP-/DOWN-email from inside(!), too to _really_ monitor what's going on (for this kinda notification type)

- phpChoPro

- publish:
  - useful stuff from h1.service.netfrag.org:/home/service/*
  - HRControl
  - glimmer-functionlist
    - todo: bugfix with regex? doesn't detect some style of function/sub/method?
    - todo: add recognition for c, c++, java and maybe some other languages
    - todo-V2: think about hierarchical concept in ui component ( e.g. for visualizing classes -> methods relationships )

- publish "collect money for h1.service.netfrag.org" page ;-)

- refactor http://h1.service.netfrag.org/~service/estats/

- ip-migration on h1.service.netfrag.org almost done  ;)
  + introduced "dynamic domains": domains which are not configured yet and point to a specific configurable page
      - make this choosable from these templates
          + "for sale"
          - "just opened"
          - "reserved"
          - "provider logo"

- publish: TWiki-Comment-Plugin

- initial publish: umltools

- mrtg <-> cvs

- "cvs-horde-announce"

- learn classic makefiles and new technologies around that

- get makefile-system started

- learn how to make conformant gnu-packages and related tools (autoconf, automake)

- mrtg:
  - memory-io
  - disk-io
  - current processes
  - current threads

- combine/integrate/think about integrating current proposal with stuff from smbfax

- nagios Administrator

- cvs announce:
    - w2hfax
    - umltools

- YAPBL: Yet Another Perl Boot Loader

- phpChoPro

- continue work on smbfax (on the http-layer, which seems nice to have almost ready with this)

- play around with DIME/TCP and Apache Axis

- refactor phpChoPro
  - phpDoc

- make phpChoPro and w2hfax releases with
  - NSIS ( http://www.nullsoft.com/free/nsis/ )
  - normal and ultra setup (including dependencies)
  
- publish subscribed feeds from FeedReader to webpage

- write GNU YATT

- blogview for TWiki

- code-revisioning:
  - investigate better system than cvs
  - implement missing functionality for cvs:
    - move/remove items (maybe do this on server side)
    
- write Installer for TWiki/win32

- write chord2html-plugin for TWiki

- check CPAN for LWP::Proxy::DBI, implement functionality of HttpProxy-object, but inherit from LWP::UserAgent or LWP here

- build some kinda development kit

- PEAR::Data::Dumper

- The GUI Loft: http://www.bahnhof.se/~johanl/perl/Loft/

- ArapXML: http://xml.coverpages.org/ni2001-09-24-b.html

- xmms-/WinAmp - ListenTo-Network
  - listen.to.netfrag.org

- phpChoPro
  - use PEAR::Log: http://cvs.php.net/cvs.php/pear/Log
  - use PEAR::Config: http://cvs.php.net/cvs.php/pear/Config
  - use PEAR::Console_Getopt: http://pear.php.net/package-info.php?pacid=67
  
- check out php with inline_c: http://cvs.php.net/cvs.php/pear/Inline_C

- use Perl-Modules:
  - Exception
  - OpenFrame
  
- build interactive, backtrackable desktop environment for worker-labs (unix & windows)
  - use TWiki
  - use mnoGoSearch
  - build some small GUI Loft(?) win32-apps to handle stuff from user-side, use Perl/Tk with linux
  - build some small native win32-apps and/or -services to get some hooks to the system, use standard tools with linux
  - use Tangram for logging all traceable actions
  - implement IMAP-handler for mnoGoSearch
  - architecture system in which various indexes produced by e.g. mnoGoSearch and located e.g. inside a mysql database
    can be distributed to multi locations by e.g. rsync
    
- read more about orthogonality and perhaps write about this in simple style:
  - orthogonal inheritance
  - orthogonal orthodoxy <-> relational orthodoxy
  - (perldoc Tangram::Mappings)
  
- article: LayeredSystemNeeded

- obs3rv3r: KickOnIdle

- obs3rv3r: rename to "jaib" (Jyet Another Irc Bot)

- mnoGoSearch (simple, first install) on grasshopper

- news (nntp) via RSS

- cvs.netfrag.org:
  - patch to bw_acct
  - patch to PEAR::Date
  - patch to PEAR::Log
  - new PEAR::Log::dummy
  - PEAR: isValidURL|email
  

 


Joko-2002-11  

26 Nov 2004 - 03:04 - NEW   Main.joko


- refactor Data:: to DTS::
  - mk PerlDTS  (Perl Data Transportation System)
  - DTS::Locator
  - DTS::Transport
  - DTS::Transform
  
- Perl Enterprise -> EnterPerl??? -> EasyPerl???
    -> compare enterprise as adjective (speed, security, flexibility, scalability)
    -> compare as "used in the enterprise"...     "how many enterprises get their job done with perl"
    -> compare with u.s.s. enterprise ;)
    
- re-check-in to appropriate place in cvs:
    - old progressive-libraries
    - old lash-la-rue website
    - new lash la rue website
    - netfrag.org itself?
    - quick2pick-libraries / homepage

- create for twiki
  - some templates for new pages
  - some forms for creating new pages
  - some "actions"
    - new announcement
    - new project
      - new head  -> announcement
      - new release  -> announcement
    - new article
    - new story
    -----------------------    
    - new url
    - new annotation
    - new comment
    - 
    
- how to cope with zope (via wddx?) http://zope1.devshed.com/zope.devshed.com/Server_Side/Perl/WDDX/page5.html

- computer supported cooperative work

- published FileSelector for glimmer

- inheritance for MetaL

- TWiki and subversion

- windows-gui for bw_acct

- write NEWS for netfrag.org
  - bw_acct improvement
  - glimmer plugin
  - horde patches
  - w2hfax patches / maintenance
  
- put things on TreeStack
  - ts
    - glimmer plugin "FunctionList"
    (- inheritance for MetaL)
    - mysqldiff improvement
    - EasyORM improvement
    - some perl libraries
    - some php libraries

- add global "notes" (like news://php.notes)

- use PHP_Doc

- Navision Financials

- database schema interop (write about & reference implementation!)
  - xmi
  - orml
  - MetaL
  - PDL
  - db native (sql)

- write about "daily":
    Python 2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
    CVSROOT: joko@quepasa.netfrag.org:/var/lib/cvs (ssh authentication)

- write: "ScanningTakesTooLongTime" or "ScheduledJobsNeeded"
  - full text searches need an index
  - logfile-analyzer take time to parse and render
  - system usage overviews (relating to disk space usage and stuff)
  - => build "collectors" for the time until computers are fast/capable enough
  
- write generic "daemonize.pl"-script / Perl-Module (Service::Daemonize)
  - create startup-script for init.d from template
  - can generate bash-, perl- and maybe even php-scripts for system startup
    - handles common start-/stop - actions
    - logs in a common format to a known destination (syslog?)
    - properly reports result on actions
  - optionally creates (process-) monitoring- and accounting-scripts
      (Service::Monitor, Service::Account; ::Quota, ::Stats, ::Quota::CpuUsage, ::Quota::DiskUsage, ::Quota::FsAccess)
  - use examples from h1:
    - bash: /etc/init.d/mysqld, /etc/init.d/netsaintd
    - perl: /etc/init.d/umlhelo, /etc/init.d/quepasa
    - look at common service start-/stop - scripts/concepts from SuSE, Red Hat and Debian (start-stop-service!!!)
  - abstract this: either pid from pidfile is used or remembered on process creation (custom pid buffering)
  
- proposal for nfo's "Boot" namespace (main level) in perl:
  - write an abstract Boot::Environment which handles
    - booting of database connections
    - starting of sub-processes (Local Terminals, (Remote-/Secure-) Shells, Apaches, POEs)
    - context detection and (include)-library-path initialization
    - some other preparations
  - refactor use_libs.pl to Boot::Environment::Context, maybe split into Boot::Environment::Context::Apache, etc.
  - refactor BizWorks::Boot to Boot::Environment::BizWorks (and think about another name for BizWorks at this point)
  - refactor (maybe) daemonize.pl into Boot::System::Service::Daemonize
  - think about other modules from cvs and/or development directories which might fall into this namespace, e.g.
    - Boot::System::Config::Patch (build as API for UML::ConfigPatcher:: namespace and remove parts from there)
      - refactor parts of UML::ConfigPatcher:: namespace into NFO::Core::File
    - Boot::System::Config::Factory (which is capable of building config-files from scratch)

- analysis of the startup phase of a linux system with heavy process use
  - use top, vmstat...., something about the filesystem, etc.
  - maybe investigate some optimizations
  - look at aspects of overall performance, time to (re-)availability and failures/races in startup phase
    - "races" you do normally have in applications, but on systems there many as well, e.g. firewall-startup-phase,....

- The YAHAA - Framework (Yet Another Highly Abstracted Application)
  - refactor BizWorks:: code to a YAHAA::Application (YAHAA::Raindrop)
  - refactor multiple daemons into YAHAA::Backplane (YAHAA::Cloud)
  
- apiapisti??? no! it was another word... hmmm....

- bad point with TWiki
  - no common url -> file mapping/relation from client view (technical aspect for e.g. robots)???

- handlers for Data::Storage
  - Storable
  - Data::Dumper
  - AnyData
  - interface to OLE::  ( see http://www.cpan.org/modules/by-category/07_Database_Interfaces/OLE/ )
  - interface to various IPC:: stuff
  
  
- Data::Storage is ...
  - ... just another wrapper api
  - ... one which really helps because it adds some neat stuff

- write Mail::Addressbook::Convert::Pst (Outlook)

- write perl source filter to add functionality to builtins to be able to handle referenced values
  - e.g.: foreach for references!
  
- wiring poe objects with tangram

- use umltools with IPC::Run

- rewrite of observer with POE::Component::IRC:: ( see http://www.funkplanet.com/POE/ )
   -> better already use ptirc or Perl-fu
   -> add kick-on-idle-feature

- investigate POE::Component::RRDTool

- look at POE::Component::SubWrapper, POE::Component::UserBase and POE::Session::Cascading

- test POE::Component::LaDBI with Tangram (Data::Storage)

- transport data via RPC::XML, SOAP - okay - but there are others:
  - MOP::MOP 

- port File::Remote to win32 somehow

- use Shell.pm (+Shell::SSH) with umltools

- new area on netfrag.org: bits of perl code

- patch to Perl's Shell.pm

- start project "autogather" (recieves/waits for links/pointers, gets them, adds them to index and send notification)

- write source-filter for perl which does a print "$sub_name" after each "sub <sub_name> {"

- ways to run programs from perl: do, system, ``, qq(), Shell, IPC::Run

- look at IPTables::IPv4

- UnpackHere (unpacks tars, zips, ...)

- look at DBIx::FullTextSearch

- 20:59 <[joko]> -> todolist: free php encoder

- start abstract/meta project (like poop) for establishing an intranet for a small/medium sized company 
  completely on top of opensource software - both on windows and linux (workstations) and a linux-server
  
- hibernate <-> perl???

- openchallenge

- write replacement for WinSCP

- TWiki -> chm compiler

- SendTo for Mahogany

- LDAP for Mahogany

- news.netfrag.org

- category.netfrag.org: publishing/content categories for www.netfrag.org
  - implemented via TWiki or arbitrary category database
  
- archive.netfrag.org / autoarchive.netfrag.org
  1. checks all incoming data for urls
  2. connects to them and maybe some links contained at target (inside page)
  3. writes them to database (metadata and content)
  4. web-interface has to be implemented
  
- put example pdl-file to vops

- create CASE tool out of:
  - tangram
  - dia: http://dia.sourceforge.net/
  - (maybe) dia2code: http://dia2code.sourceforge.net/
  - dia2schema (tangram): to be coded
  - see http://dia2code.sourceforge.net/diagrams/example1.dia
  
- http://www.thefreeworld.net/
   
- find most often visited links

- fix bugs:
  - bugs.gnome.org
  - bugs.debian.org
  - bugs.php.net

- use Rijndael!

- from http://www.dwheeler.com/essays/fosdem2002.html
    ".NET" is a marketing term in Microsoft. Under this umbrella there are lots of technologies, including Passport, etc.; that's not relevant to this talk. What's relevant is the ".NET Framework," which is what Mono will implement. This framework contains the following: 
    - A Virtual execution system (VES), like JVM but multi-lingual (C#, Visual Basic, Javascript...). Code is expressed in the Common Intermediate Language (CIL). 
    - A library 
    - A Language, C#. 
    
- look at corba, e.g. at
    - http://orbit-resource.sourceforge.net/
    
- chromagnon: http://java-gnome.sourceforge.net/screenshots/crontab-edit.jpg

- cgm for java: http://www.bdaum.de/howto.htm

- alternatively install cvsview on cvs.netfrag.org

- schema interop: XMI <-> tangramschema <-> dia

- netfrag.org - searchbar for internet explorer

- schemas / tangram:
  detect schema changes on all relational stuff (DBI)
  handle schema changes on oo style abstraction first (Tangram) 'cause it's important for round-trip-engineering

  common migration:
    1. alter table (schema-deploy+)
    2. eventually fill with default values

- publish
  categorize all detail tools as stuff ;) in order to make the big picture more clear (for bmbf?)
    - umltools
    - hrcontrol
    - oo-rdbms-mapper
    - glimmer functionlist
    - horde patches
    - bwacct patches
    - w2hfax patches

  refactoring
    - aim: 
       - encapsulate all generic libraries to a library called "flib" and publish this stuff
       - restructuring of boot.inc and e.php
    - resolved some still-left strict/direct dependencies with global variables

- look at Desktop/tangram-patches.txt

- write a Tangram::PhpDump like similar to the Tangram::PerlDump
  should store perl variables serialized in php style to table fields using PHP::Serializer::XYZ
  
- perl: use FindBin;

- mail-handler
  - derive from "recieveMail" and "gateMail"
  - what is it?
    - source(s) -> mail-handler -> target(s)
  - aims:
    - 1. multi - routing
      - possible sources are: smtp, pop3
      - possible targets are: /var/spool/mail/<username>, ~/Mail/mbox, fax, sms
    - 2. tracing & triggering
      - scan for certain messages and run specified scripts
    
- enhance flib/debugbox with some real debugging:
  - make a stamp (file:line) at each "dprint" and store these events (metadata) to a debug database including context dump
  - add http link to each debug entry pointing to a "debug.php" showing off debugging metadata and sourcecode
  
- refactor "search in listbox" script from quick2pick code (javascript) to reusable component
  - for citymapXYZ?
  
- babbled with fcode about a _very_ interesting library he wrote....  publish this thread on news.netfrag.org?

- netfrag.org:
  - publish "url shortcuts for accessing netfrag.org's cvs via web" at news.netfrag.org
  - implement core registry (getUsers, getProjects)
  - set gui on top ( on each user: approve content )
  - integrate all flying around scripts and both types of wiki (phpWiki, TWiki)
  - write article: netfrag.org: what you can do beside the "normal paths", which tools have we prepared for you?
  - put complete www to cvs (is nfo self-hosting then?)
      ---->  no! phpWiki isn't migrated to TWiki yet, so data "is still cluttered" in mysql directly   ;(
  - add some scheduled services (generators, etc.)
  
- microwiki - two files: dmp.php (DiffMergePatch) & microwiki.php

- collect.netfrag.org
  - example application for collecting and merging irc-log-files
  - the cycle is: upload -> compute -> approve/merge
  - the features you have is: advanced browsing (e.g. by type of line, by channel, by nickname, by XYZ)
  - use
    - transactions/router
    - some html-viewing/editing components: view=browse; edit=editSearchPatternDb
    
+ joko: fix mail delivery rules

+ netfrag.org: cvs.netfrag.org url shortcuts

- netfrag.org: system.getMembers (system registry)

- write to jeff zucker, author of SQL::Parser and DBD::CSV when changes are running stable
  (maybe) add File::Analyze to generate rules automatically

- enhance XML::CSV

- look at XML::DBMS

- look at Perl module DBMS

- perl:
  - shells:
      SOAPsh
      psh
      DBI::Shell (dbish?)
      XMLRPCsh
      ysh
  - utils:
      perlcc
      perl2bat
    
      mysqldiff!

- inject_package ;)   (into UML)

- Data::Storage
  - what about calling unknown methods on the main handle???
  - getChildNodes should be able to deliver all tables - or all databases (per context/use)

- mysql-backup-server (all-databases)

- attempt a generic Log::Dispatch::DBI

- put code ConfigPatcher/Handlers.pm to libp.pm somehow
  - think about libp.pm...!?
  
+ pstree -unpal

- mnogosearch on grasshopper

- mkbd.pl
   - win32/linux (for/on any)

- injecttron.pl (querytron.pl)
   - rcp
   - addRegistry
   - run

- sfe - scan for exploit

- bi-directional synchronization 
  - data-row-based (rdbms)
  - data-oo-based (oodbms)
  - file (directory/file-tree)
  - file (diff/patch)

- Don't grep wildly! grep to _determine_
  compare: patch to bw_acct vs. csv line scanner (the - not yet existing - regex based)
  
- Perl: in & out
  - buffering
  - in: read from diamond, stdin, iterating through lines, parsing, select fh
  - out: stdout, stderr, redirecting, tieing, logging, debugging

- constraints!? for DBD::CSV
  - store them either in a seperate file (per directory/db) or somehow encoded inside the header columns
  - e.g. "columnname[PRIMARY KEY, UNIQUE]"
  
- webar (web archiving system)

- services:
    ids (aida, portsentry)
    compartments (freevsd, uml)
    no inetd
    all ports on ssl/tls

- error detection: keywords to scan for: error, warning, unknown, @INC, failed, Can't locate 

- interesting
  Text::CSV_XS
  DBD::File
  DBD::CSV
  SQL::Statement

- William Gibson - Neuromancer ("The Gibsonian vision of cyberspace")

- Neal Stephenson - Snow Crash 

- web based xml editor for http://livingxml.net/

- bochs demo linux (take better one than dlx linux)
   why not use spline?

- write about binary file compatibility
   - compare executables (linux, win, freebsd, macosx, solaris)
   - compare data files
   - solution: byte-code languages and xml-files

- get into Perl XS and/or Perl Inline::C

- unsubscribe from perl mailing lists available via news

- upload progress of Sync.pm

- upload some screenshots of kde-on-cygwin

- tangram and database indices ...

- make lab(s).netfrag.org

- look at Perl's XML-DBMS

- mirror contents from google cache and/or archive.org to have a "safety net" in case of "information loss" ;)

- what about syncing a fixed data structure (e.g. a hash) with a dbms?
  the hash would then have to provide various metadata to be processed...

- for processing large and/or unschemaized data chunks:
  - base it on tangram (why not?)
  - dump it via Data::Dumper (configurable: "condensed")
  - add layer: "packed" (via some gzip handler)

- parameters for a synchronization process:
  - force???
  - erase_destination
  - ...

- collections? what are (e.g.) collections?
  - topics
  - events on timeline
  - places
  - media library items
  - media formats
  - visit virtual directories and link collections:
     - dmoz.org
     - http://lcweb2.loc.gov/ammem/collections/finder.html

- style TWiki like http://www.amk.ca/

- Data::Storage & Berkeley's sleepycat???

- pos - Perl Object Server

- style apache autoindex like http://www.atamai.com/downloads/Atamai-1.0/

 


Joko-2002-12  

26 Nov 2004 - 14:19 - NEW   Main.joko


- mysql:
  look at mysqldump -X
      -X, --xml             dump a database as well formed XML

- perl on debian @
  /usr/lib/perl5
  /usr/lib/perl/5.6.1/
  /usr/local/lib/perl/5.6.1/
  /usr/share/perl/5.6.1/
  /usr/share/perl5/

- how to print version of perl module:
  perl -e 'use DBD::CSV; print $DBD::CSV::VERSION, "\n";'
  
- ferite - ferite programming language command line tool

- ldap:
  Servername: 192.168.10.56
  Kontoname: o=Demofirma,dc=labnet,dc=de
  
  Suchbasis: ou=Mitarbeiter,o=Demofirma,dc=labnet,dc=de
  
- Declarative Programming???

- mark twain - pudd'nhead wilsons calendar

- http://www.amazon.com/exec/obidos/tg/feature/-/13144/002-9633497-2750460

- ... update ip-addresses inside html-roots/twikis (migration!)

- Data::Storage:
  - write pods:
    Data::Storage::Intro
    Data::Storage::Tour
    Data::Storage::FAQ
  - reimplement (parts of|access to) Data::Storage as a DBI-driver (drh) or provide wrapper module

- Just Another Framework
  JAF::Tour
  JAF::

- perl modules
  JZUCKER/DBD-CSV-0.2002.tar.gz
  JZUCKER/SQL-Statement-1.005.tar.gz
  
  + install DBD::CSV
  + install SQL::Parser
  
  - SQL::Statement 0.1021
  + SQL::Statement 1.004
  - DBD::File 0.1xxx
  + DBD::File 0.2001
  
  /usr/local/share/perl/5.6.1/DBD/CSV.pm
  /usr/local/share/perl/5.6.1/DBD/File.pm
  
  orig: /usr/local/lib/perl/5.6.1/SQL/Statement.pm
  install: /usr/local/share/perl/5.6.1/SQL/Statement.pm

- TWiki: 
  - twiki-todo-syntax
  - convert twiki-todo-syntax to nice, graphical (html) done/todo-reports

- oef - open enterprise framework
  - mount/unmount databases (post-read: http://www.zope.org/Members/jim/ZODB/MountedDatabases)
  - we are just with "P" (Perl, Python, PHP) - advancing to "Z" (Zope) seems ridiculous(?)  ;)

- add to FunctionSelector: highlight function from cursor-position

- proposal for new Data::Transfer - modules:
  Job
  Task
  Step
  
  Process
  Procedure

- umltools: remove code from ConfigPatcher::Handlers and use it from Data::Storage::Handler::File
  - integrate Data::Storage::Handler::File into Data::Storage

- perl: use sub whowasi { (caller(1))[3] }

- CopyPasteHere (from selection to predefined target)

- CPAN's Regexp doesn't compile on my machine (ActiveState/win32)

- Perl Books
  - Perl Cookbook
  - Advanced Perl Programming
  - Perl for System Administration

- first-time: component libraries (instead of "normal" function- or object-libraries before... (q2p, wetter, progressive, elib)
  - php: flib
  - perl: various perl modules to work together as a (probably distributed) system to achieve 
             easy processing of complex tasks on arbitrary data.
  ... write this to OEF::About.pod

- have Ilker review the OEF & Co. - stuff

- Duplicate Here!!!

- backup von cvs.netfrag.org
- backup von quepasa.netfrag.org:/data
- cvs-notify auf cvs.netfrag.org

- fax-notification/forwarding via email

- jboss on blackdown???

- implement pc-configurator with this basis: "amount per item" (very cheap: 0-50 € /item, cheap: 30-99, normal: 50-100, normal+: 75-150, better: 125-175, top: )

- write about: 
  - frontend: lamp - gut und schön
  - backend: datenaufbereitung? aber wie?

- wget-here:
  - use directory clicked in file-browser (explorer, nautilus) and url from current mozilla-ie/-process?
- wget-mirror-here:
  - use base-url from internet browser and feed to 'wget -m' or another download manager .....

- implement download manager (script.pl, web-url, virtual ftp-dir) based on OEF::Component::Router

- TWiki's on Mac??? lashlarue, losburritos

- smarty mode for common/known/used/needed editors: ultraedit, glimmer, emacs, ...

- cvs-info: append diff to email?

 


Joko-2003-01  

26 Nov 2004 - 02:12 - NEW   Main.joko

R ts: enhance nfo/perl/libs
R outlook2ldap - implement (make ready) and announce!!!
R write a bit about Data::Storage and Data::Transfer::Sync and publish at http://netfrag.org/~joko/
o continue phpChoPro!!!
o reuse css from chora at main horde (@netfrag.org) for other pages
o move something to berlios.de!!!  (instead of sf.net!?!)
o publish staff/ from martha to web in a secure way (willi3.tunemedia.de, martha.tunemedia.de)
x TUTOS - reworks:
  x refactored some Tasks from Project "collab.netfrag.org" to Tasks and/or Notes of Project "Torus"
  x deleted project "collab.netfrag.org" 
o search for: TWIM ((to) do what i mean)
x "martha" is now "gharb"
o with janosch: how to get into cvs
o copy over "inactive"-firewall-rules from helo.tunemedia.de!!!
  (opposite of "/etc/init.d/iptables save active")
x with janosch: Data::Transfer::Sync (w/ Data::Storage::Handler ::MAPI & ::NetLDAP) on win32 & perl-5.8.0
o logo from tutos.org? causes https-problems!!!
o quepasa.netfrag.org ist teils scheisslangsam!!!
o janosch - wincvs via ssh@netfrag.org:
  - cvs-1.11.1.1-NT.exe!!!
  - passwordless-login with ssh-keys
  o apps (integrate with ldap)
    o capitel-anruferliste & co. aus ldap-beschreibung generieren

-------------------------------------------------------------------------------------------------------------------------
x @2003-01-23 started technical todo at cvs.netfrag.org - joko/doc/SampleTasks/joko_2003-01-html

 


Joko-2004-09-05  

06 Sep 2004 - 08:10 - NEW   Main.joko

. Get the tarball and untar/unzip it into a build directory
. 'cd backend' and 'make'
. Copy html/ into a subdirectory under your html doc root.  Edit
  config.inc.php properly.
. Create a xcvs.config file.  See the sampele config under samples/
. Do the initialization by running
        'xcvs -i -c xcvs.config'
. Do any update later by running
        'xcvs -c xcvs.config'
. 'xcvs --help' for more details

 


Joko-2004-09-06  

21 Oct 2004 - 02:35 - r1.5   Main.joko

Overview:

Entries:


html2wml

/usr/lib/cgi-bin/html2wml


xcvs

xcvs: patchset.c:121: revision_compare: Assertion `x->rev_number_id = y->rev_number_id' failed. Aborted

hmmm, trying new cvs version (1.11.17-2) and re-enabling xcvs "-S" rlog option


CVS Monitor

http://ali.as/devel/cvsmonitor/installing.html install cvsmonitor from .tar.gz to /usr/lib/cgi-bin/cvsmonitor

#> cpan
(cpan> install Bundle::CVSMonitor)

Chart::Math::Axis: libchart-perl
Class::Handle
File::Find::Rule: libfile-find-rule-perl
File::NCopy: libfile-ncopy-perl 
File::Remove 
GD::Graph: libgd-graph-perl
GD::Text: libgd-text-perl
HTTP::BrowserDetect: libhttp-browserdetect-perl
Number::Compare: libnumber-compare-perl
Proc::ProcessTable: libproc-process-perl
Sort::Versions: libsort-versions-perl
Text::Glob: libtext-glob-perl
Time::Duration: libtime-duration-perl
Time::ParseDate: libtimedate-perl
Validate::Net
XML::Generator: libxml-generator-perl

list for pasting to #> apt-get install
libchart-perl libfile-find-rule-perl libfile-ncopy-perl libgd-graph-perl libgd-text-perl libhttp-browserdetect-perl libnumber-compare-perl libproc-process-perl libsort-versions-perl libtext-glob-perl libtime-duration-perl libtimedate-perl libxml-generator-perl

list for pasting to cpan>
Chart::Math::Axis Class::Handle File::Remove Time::ParseDate Validate::Net

disabling setup script:
chmod a-x /usr/lib/cgi-bin/cvsmonitor/setup.pl

these are the directories CVS Monitor lives on quepasa:
/usr/lib/cgi-bin/cvsmonitor
/data/www/virtual/netfrag/sites/public/cvsmonitor
metadata is stored here:
/var/cache/apache/CVSMonitor_MetaData_0_6/


some packages related to cvs

cvs-autoreleasedeb - Automatically release/upload debian packages from CVS
cvs-buildpackage - A set of Debian package scripts for CVS source trees.
cvs-mailcommit - Send CVS commitments via mail

cvs-syncmail - Notification program for CVS checkins
cvs2cl - CVS-log-message-to-ChangeLog conversion script
cvs2html - create HTML versions of CVS logs
cvs2svn - Convert a cvs repository to a subversion repository

cvsbook - Open Source Development with CVS, the book
cvsbook-ja - Open Source Development with CVS ; Japanese Translation
cvsd - Chroot wrapper to run `cvs pserver' more securely
cvsdelta - Summarize differences in a CVS repository
cvsgraph - Create a tree of revisions/branches from a CVS/RCS file
cvsps - Tool to generate CVS patch set information
cvsreport - Extract activity reports from a CVS repository
cvsutils - CVS utilities for use in working directories
cvsweb - a CGI interface to your CVS repository

statcvs - CVS Repository statistic analysis tool, written in Java


more interesting packages

config-manager - manage directories with Arch, CVS, HTTP and/or FTP
rancid-cgi - CGI for rancid
rancid-core - rancid -- Really Awesome New Cisco confIg Differ
rancid-util - Utilities for rancid
unison - A file-synchronization tool for Unix and Windows
rssh - Restricted shell allowing only scp, sftp, cvs, rsync and/or rdist
lxr-cvs - A general hypertext cross-referencing tool
chill-2.95 - The GNU CHILL compiler
curves - colorful console interface for CVS version control


look at installation tool of CVS Monitor: http://netfrag.org/cgi-bin/cvsmonitor/setup.pl?cmd=viewPerl

purge not required databases from mysql

announce four new apps @netfrag.org: RssReader?, CVSHistory, XCVS, CVS Monitor

RSS Bandit: http://www.kuro5hin.org/story/2003/8/23/154240/533 http://www.gotdotnet.com/workspaces/workspace.aspx?id=cb8d3173-9f65-46fe-bf17-122e3703bb00

The Comment API: http://wellformedweb.org/story/9/ Comment API Implementations: http://wellformedweb.org/news/35 Exposing RSS Comments: http://www.sellsbrothers.com/spout/#exposingRssComments


RSS in ICE: http://www.io.com/~laird/rss-in-ice.html

ROSA: An Open Source, Customisable RSS Aggregator and Filter http://www.jisc.ac.uk/index.cfm?name=project_rosa Urchin RSS Aggregator http://urchin.sourceforge.net/

libxml-rss-perl - Perl module for managing RSS (RDF Site Summary) files

JeeWiz?! - The Model-Driven Enterprise System Builder http://www.jeewiz.com/

Writing Version Controllable XML http://www.oracle.com/technology/products/jdev/tips/duff/teamxml.html

Merge XSD documents (XML Schemas) in java program http://theserverside.com/discussions/thread.tss?thread_id=28149

http://www.programurl.com/software/merge-xml-files.htm

http://jaffa.sourceforge.net/


rss-merge

using rss-merge.xsl from http://ex-code.com/rss-merge/

1. trying to use it via sablotron:
  #> sabcmd rss-merge.xsl all.rdf out.rdf
  ...but:
Error [code:60] [URI:file:/data/home/service/bin/rss-merge.xsl] [line:52] [node:element '<xsl:message>']
  xsl:message (This stylesheet requires XSLT 1.1 or above.) - terminating
root@quepasa:/home/service/bin# man sabcmd

2. trying [[http://xmlsoft.org/XSLT/xsltproc.html][xsltproc]]:

  The XSLT C library for Gnome: http://xmlsoft.org/XSLT/

  #> apt-cache search xsl gives:
  [...]
  libxslt1 - XSLT processing library - runtime library
  libxslt1-dev - XSLT processing library - development kit
  libxslt1-python2.3 - Python 2.3 bindings for libxslt1
  libxslt1.1 - XSLT processing library - runtime library
  [...]
  xsltproc - XSLT command line processor
  [...]

  #> apt-get install xsltproc

  #> xsltproc -o out.rdf rss-merge.xsl all.rdf
  This stylesheet requires XSLT 1.1 or above.

3. trying [[http://saxon.sourceforge.net/][saxon]]
  #> apt-cache search saxon
  [...]
  lib-saxon-java - The Saxon XSLT Processor
  libsaxon-java - The Saxon XSLT Processor
  libsaxon-java-doc - The Saxon XSLT Processor's documentation and javadoc
  saxon-catalog - Catalog support and wrapper for the Saxon XSLT Processor
  [...]

  #> apt-cache show lib-saxon-java|libsaxon-java
  ..decision:

  #> apt-get install lib-saxon-java
  (depends on java-common only!)

  Reading Package Lists... Done
  Building Dependency Tree... Done
  The following extra packages will be installed:
    java-common
  The following NEW packages will be installed:
    java-common lib-saxon-java
  0 packages upgraded, 2 newly installed, 0 to remove and 388  not upgraded.
  Need to get 1731kB of archives. After unpacking 12.1MB will be used.
  Do you want to continue? [Y/n]
  Get:1 ftp://ftp.de.debian.org unstable/main java-common 0.22 [68.2kB]
  Get:2 ftp://ftp.de.debian.org unstable/contrib lib-saxon-java 6.4.4-1 [1662kB]
  Fetched 1731kB in 1s (1566kB/s)

  #> dpkg -s java-common
  #> dpkg -L java-common

4. Java - uhhh, ohhhh, Java enters quepasa!!!

  #> apt-get install sablevm

  original:
  #java -jar /java/saxon8.jar -o /website/all.rdf all.rdf rss-merge.xsl param-rss-max-items=5

  our calls:

  #> sablevm --classpath="/usr/share/java/saxon.jar" com.icl.saxon.StyleSheet all.rdf rss-merge.xsl >out.rdf
  This stylesheet requires XSLT 1.1 or above.
  Processing terminated by xsl:message at line 52

  #> apt-get install kaffe

  #> kaffe -classpath /usr/share/java/saxon.jar com.icl.saxon.StyleSheet -o out.rdf all.rdf rss-merge.xsl param-rss-max-items=5
  This stylesheet requires XSLT 1.1 or above.
  Processing terminated by xsl:message at line 52

5. so we should install Saxon 8.0B:

  #> wget http://puzzle.dl.sourceforge.net/sourceforge/saxon/saxonb8-0.zip
  #> unzip saxonb8-0.zip
  #> cp saxon8* /usr/share/java/
  
  #> kaffe -jar /usr/share/java/saxon8.jar -o out.rdf all.rdf rss-merge.xsl param-rss-max-items=5
  java.lang.NullPointerException
  [...]

  #> sablevm --classpath="/usr/share/java/saxon8.jar" net.sf.saxon.Transform all.rdf rss-merge.xsl >out.rdf
  java.lang.ClassNotFoundException: javax.xml.transform.sax.SAXTransformerFactory

  #> apt-get install libjaxp1.2-java
  #> dpkg -L libjaxp1.2-java
  /.
  /usr
  /usr/share
  /usr/share/doc
  /usr/share/doc/libjaxp1.2-java
  /usr/share/doc/libjaxp1.2-java/README.dom.txt
  /usr/share/doc/libjaxp1.2-java/README.sax.txt
  /usr/share/doc/libjaxp1.2-java/copyright
  /usr/share/doc/libjaxp1.2-java/changelog.Debian.gz
  /usr/share/java
  /usr/share/java/jaxp-1.2.jar

  =>

  #> sablevm --classpath="/usr/share/java/saxon8.jar:/usr/share/java/jaxp-1.2.jar" net.sf.saxon.Transform all.rdf rss-merge.xsl 
  javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
  #> apt-get install libxerces2-java

  #> dpkg -L libxerces2-java
  /.
  /usr
  /usr/share
  /usr/share/java
  /usr/share/java/xercesImpl.jar
  /usr/share/doc
  /usr/share/doc/libxerces2-java
  /usr/share/doc/libxerces2-java/ISSUES
  /usr/share/doc/libxerces2-java/STATUS
  /usr/share/doc/libxerces2-java/TODO
  /usr/share/doc/libxerces2-java/README
  /usr/share/doc/libxerces2-java/README.Debian
  /usr/share/doc/libxerces2-java/copyright
  /usr/share/doc/libxerces2-java/changelog.Debian.gz
  /usr/share/java/xmlParserAPIs.jar

  #> sablevm --classpath="/usr/share/java/saxon8.jar:/usr/share/java/jaxp-1.2.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xmlParserAPIs.jar" net.sf.saxon.Transform all.rdf rss-merge.xsl 

works! (seems to...)


RSS 1.0 Modules: Taxonomy http://web.resource.org/rss/1.0/modules/taxonomy/

MetaVocab? (Proposed) http://webns.net/mvcb/

GinDjin? - mobile download platform and communication gateway http://www.gingerall.com/charlie/ga/xml/p_gindjin.xml

devtodo - hierarchical, prioritised todo list manager kxsldbg - graphical XSLT debugger for KDE xsltproc - XSLT command line processor xmlto - XML-to-any converter


shortcut for "apt-cache search " #> alias pkgsearch='apt-cache search $1'


cvs-upgrade (again) to 1.12.9

http://ftp.de.debian.org/debian/pool/main/c/cvs/cvs_1.12.9-4_i386.deb why? it includes cvs-pserver required for CVS Monitor + Access Control


1. strange error when committing file:

root@quepasa:/data/www/global/apps/xcvs# cvs commit index.php cvs commit: warning: commitinfo line contains no format strings: "/var/lib/cvs/CVSROOT/record_lastdir.rb" Appending defaults (" %r/%p %s"), but please be aware that this usage is deprecated. /var/lib/cvs/nfo/hosts/quepasa.netfrag.org/data/www/global/apps/xcvs/index.php,v <-- index.php initial revision: 1.1

cvs commit: warning: Set to use deprecated info format strings. Establish compatibility with the new info file format strings (add a temporary '1' in all info files after each '%' which doesn't represent a literal percent) and set UseNewInfoFmtStrings?=yes in CVSROOT/config. After that, convert individual command lines and scripts to handle the new format at your leisure.


cvs problems

this seems to come from new cvs version!!???

Solutions from these resources: http://twistedmatrix.com/pipermail/cvstoys-list/2004q3/000175.html https://www.cvshome.org/docs/manual/cvs-1.12.6/cvs_18.html#SEC168

2. new error: cvs commit: Using deprecated info format strings. Convert your scripts to use the new argument format and remove '1's from your info file format strings.

Answers and solutions: http://lists.gnu.org/archive/html/info-cvs/2004-03/msg00416.html

3. and again: xcvs does not seem to work together with cvs 1.12.9, it's creating entries with 0 (zero) values as dates inside "patchset" and "revision" tables => downgrading to cvs 1.11.17 (dpkg) xcvs is working again...

Hint: delete distorted data by issuing: DELETE FROM `patchset` WHERE date_start=0; DELETE FROM `revision` WHERE date=0;

4. but: root@quepasa:/etc# cvs commit cron.d/sendmail cvs [commit aborted]: 'root' is not allowed to commit files

found: https://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_21.html

solution: getting source of 1.11.17 from cvshome.org

#> tar -xjf cvs-1.11.17.tar.bz2 #> cd cvs-1.11.17 #> ./configure --enable-rootcommit

no! stop!

just trying "cvs_1.11.1p1debian-9woody7_i386.deb" before: #> wget http://security.debian.org/debian-security/pool/updates/main/c/cvs/cvs_1.11.1p1debian-9woody7_i386.deb

root@quepasa:/home/service/download# dpkg -i cvs_1.11.1p1debian-9woody7_i386.deb dpkg - warning: downgrading cvs from 1.11.17-2 to 1.11.1p1debian-9woody7.


switch to xinetd?

Reiser4!!!

cvsd: a cvs pserver daemon http://tiefighter.et.tudelft.nl/~arthur/cvsd/about.html

alias nfoupdate='cd /data/www/virtual/netfrag/sites/public/nfo; cvs -q update -d; cd -'

Secure CVS Pserver Mini-HOWTO: http://www.geniusweb.com/LDP/HOWTO/Secure-CVS-Pserver/

CVSGrab: http://cvsgrab.sourceforge.net/

cvs mit eigener passwort-datei: http://www.php-homepage.de/artikel/artikel9.html#k2


Tutorial - language-overview: compare lanugages (basic, pascal, vb, php, perl, bash, python, ruby)

a) data types (primitives): scalar, array, hash
b) procedural functions
c) modules, namespaces (import & co.), classes & objects
d) misc
d.1) by ref or not by ref

-- Main.joko - 06 Sep 2004

 


Joko-2004-09-07  

24 Sep 2004 - 15:21 - r1.3   Main.joko


+priv

http://radio.weblogs.com/0114065/categories/myProfession/

Friday, April 30, 2004 RE: Battelle on Google’s S-1: http://radio.weblogs.com/0114065/categories/myProfession/2004/04/30.html#a481

liquid labour day


do spuit de musi:

1. paths /data/www/virtual/netfrag/sites/public/rssreader /home/service/bin

2. urls http://www.netfrag.org/rss/2.0/nfo.yakka.rdf http://www.netfrag.org/rss/1.0/nfo.yakka.rdf


doesn't work: 6 Mar 2003 22:57:40 GMT 13 Feb 2003 09:04:19 GMT

works: Tue, 11 Mar 2003 01:01:02 +0100

example pages/links for RssReader?

error (no patchsets seem to be generated) /usr/local/bin/xcvs -c /etc/xcvs.conf ahhh, it's /etc/xcvs.config

rss 1.0: "rss-merge.xsl" requires "<item"s having an "about" attribute!!! it seems to get used as some id/key:

[...]

[...]

[...]

=> editing rss2rdf.xsl accordingly we don't have an url, so we use the title


Issue with CVS + RSS:

propagate url for CVSView from somewhere (begin) via news to rss "resource" attribute to have a proper url for:


Q: Better use cvs2rss??? Check it out!


little infrastructure to have list of "newsgroups of interest" (for clients) at /etc/news/

build email-obfuscators into web-scripts (e.g. newsportal: "From: " header)

integrate "left" and "right" (or previous/next?) links into newsportal's "article.php"

flow: cvs commit -> cvsspam -> Mail::Dispatch::Gateway::News -> innd

add long versions of commands to "shortcuts::files" (e.g. f2s -> file2string) write module shortcuts::files::php|perl|basic|pascal which mimics file handling semantics of these languages/platforms

describe .symlinkrc

news-items which were converted to rss-items: where do we get additional (esp. "link") metadata from? could a parser for nfo.links.* be feasable? yup - should be: parse from e.g. "Content-Location:" or "Content-Base:" if MIME message no! don't use them: unfortunately they appear to have random blanks in them (where from? how does this?) e.g.: Content-Base: "http://support.lis.uiuc.edu/documentat ion/systems/RAID--Initial_Partition ing.html" Content-Location: "http://support.lis.uiuc.edu/documentat ion/systems/RAID--Initial_Partition ing.html"

maybe use text from the first part of the mime-message: http://support.lis.uiuc.edu/documentation/systems/RAID--Initial_Partitioning.html

or we have to assume "http://" (or parse the protocol from Content-Base/Location) and append the filename from "Content-Disposition", e.g.:

Content-Disposition: inline; filename="support.lis.uiuc.edu/documentation/systems/RAID--Initial_Partitioning.html"

... which seems contiguous.


ftp://ftp.suse.com/pub/suse/i386/9.1/boot/boot.iso


/usr/bin/perl /usr/lib/cgi-bin/cvsmonitor/cvsexec.pl -v -l checkout netfrag.nfo



lamb - heaven - six feet under soundtrack

daemon - turns other processes into daemons
fastjar - Jar creation utility
java-common - Base of all Java packages
java2-common - Common facilities for all Java2 environments
jython - Python seamlessly integrated with Java
jython-doc - Jython documentation including API docs
sablevm - Free implementation of Java Virtual Machine (JVM) second edition
kaffe - A JVM to run Java bytecode
kaffe-common - Files shared between all Kaffe VM versions


/data/www/virtual/netfrag/sites/public/rss/

full list:

first test:


rss2rdf

It turns out that the RSS feeds news2rss generates are RSS 2.0 ones. TWiki produces RDF 1.0. The rss-merge XSLT 1.1 stylesheet from http://ex-code.com/rss-merge/ however operates on RDF 1.0 as well. Solution? Find something to convert RSS 2.0 to RDF 1.0 or take completely different approach with RSS feed merging.


http://blogspace.com/rss/tools mod_index_rss Author: Brian Aker An Apache module to display directories as RSS feeds. [ info ]


outline dispatchmail, rss generation (create, convert (->rss 1.0), merge) * url input for http://netfrag.org/rssreader/


xslt processing - top-snapshots:

saxon:
10090 service    8   0  3896 3896   968 R    10.8  2.0   0:00 sablevm
10090 service   12   0  8732 8732   968 R    16.7  4.5   0:00 sablevm
10090 service    8   0 19352  18M   972 R    10.9 10.0   0:01 sablevm
10091 service    8   0 18160  17M   972 R    47.4  9.3   0:01 sablevm
10091 service   10   0 11928  11M   972 R    20.5  6.1   0:02 sablevm
10091 service    8   0 21328  20M   972 R    79.7 11.0   0:04 sablevm
10091 service   12   0 30620  29M   972 R     0.4 15.8   0:08 sablevm
10091 service   18   0 24232  23M   972 R    68.0 12.5   0:10 sablevm
10091 service   18   0 31160  30M   972 R    88.7 16.1   0:17 sablevm
10095 service   14   0 24064  23M   972 R    82.3 12.4   0:04 sablevm
10096 service   10   0 28804  28M   972 R    88.7 14.8   0:11 sablevm

sablotron:


libxslt/xsltproc:
10033 service   14   0 30688  29M  1136 R    37.1 15.8   0:02 xsltproc
10033 service    8   0 48528  47M  1136 R    11.9 25.0   0:03 xsltproc
10033 service   14   0 59852  58M  1136 R     5.2 30.9   0:04 xsltproc
10033 service   16   0 73012  71M  1136 R     3.8 37.7   0:04 xsltproc


times:
#> time ./rss2rdf nfo.yakka nfo.dev.perl nfo.faq.users nfo.links.computing nfo.links.misc

saxon:
real    3m20.816s
user    0m43.577s
sys     0m2.385s

sablotron:
real    23m40.927s
user    0m13.019s
sys     0m7.346s
2x ./rss2rdf: line 1: 10165 Segmentation fault      $sabcmd $2 $1 $3 param-rss-max-items=30
1x ./rss2rdf: line 1: 10246 Killed                  $sabcmd $2 $1 $3 param-rss-max-items=30

libxslt/xsltproc:
real    3m27.296s
user    0m8.769s
sys     0m1.346s

Unfortunately "time --format=..." didn't work....

It appears that large input files make the xslt-processing (regardless of engine) spin around. So lets cut these files....

(Possible) Solutions:


&lt;Element id="title" type="string" min="1" max="100"/&gt;
&lt;Element id="description" type="string" min="1" max="500"/&gt;
&lt;Element id="url" type="string" min="1" max="500"&gt;
&lt;/Element&gt;
&lt;Element id="link" type="string" min="1" max="500"&gt;
&lt;/Element&gt;


http://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/i386/9.1/ 134.76.11.100

http://www.interlog.com/~verbum/PNNN____lit/SNNN____chronometry.html http://www.netadmintools.com/art235.html


XInclude + saxon (Xerces):

http://www.gungfu.de/facts/archives/2004/05/23/dokumentmodularisierung-mit-xinclude/ http://www.goshaky.com/docbook-tutorial/ch01s04s05.html#d0e1250 http://www.mnot.net/blog/2003/10/02/modularity_by_reference

test with xmllint!!! #> xmllint --xinclude eingabe.xml > ausgabe.xml



xcvs did not generate patchsets due to unsufficient privileges for "service" accessing /var/xcvs/patches/ Had to delete some rows from database "xcvs_nfo" to regenerate lost ones.... DELETE FROM patchset WHERE patchset_id >= 1749; DELETE FROM revision WHERE patchset_id >= 1749;

and then run xcvs again: #> xcvs -c /etc/xcvs.config

... now works!


"ShowChanges" button for each item at RssReader

-- Main.joko - 07 Sep 2004

 


Joko-2004-09-20Migration-sorceress-quepasa  

07 Jun 2009 - 22:43 - r1.3   Main.joko


========================================================================
  move/merge/migrate sorceress.netfrag.org to quepasa.netfrag.org:
========================================================================

sorceress.netfrag.org: 

old ip-address: 213.133.125.248
new ip-address: 213.133.125.247

--------------------------------------------------------
1. Accounts:
   copy & paste accounts from /etc/passwd from sorceress to /etc/passwd on quepasa
   run "pwconv" afterwards, this will convert all passwords and writes them into /etc/shadow:
   #> pwconv

   [-] NOTE: "sam" is now "natraj"


2. Home-Directories
  #> cd /home
  #> mkdir sam/backup

  #> CTRL+D
  h1 #> cd /home/vsd/vs/sorceress/home
  #> mv software_bkup/ sam/backup/
  #> tar -czf sorceress-home.tar.gz huba sam yang
  #> scp sorceress-home.tar.gz quepasa.netfrag.org:/data2/tmp/

  quepasa #> cd /data/home
  #> tar -xzf sorceress-home.tar.gz

  set permissions and stuff


4. web-directory (DocumentRoot)

  [+] public html directory: /home/httpd/docs
      root@h1: # cd /home/vsd/vs/sorceress/home/httpd
      #> tar -czf sorceress-htdocs.tar.gz docs/
      #> scp sorceress-htdocs.tar.gz netfrag.org:/data2/backup/
      root@quepasa:/data/www/virtual#
      #> mkdir deranger
      #> cd deranger
      #> tar -xzf /data2/backup/sorceress-htdocs.tar.gz docs
      #> mv docs/* .
      #> rmdir docs
      #> cd ..
      #> chown -R natraj.staff deranger

  [+] log files: /home/web/log
      root@h1: # cd /home/vsd/vs/sorceress/home/web
      #> tar -czf sorceress-httpd-logs.tar.gz log/
      #> scp sorceress-httpd-logs.tar.gz netfrag.org:/data2/backup/
      root@quepasa:/data/www/virtual/deranger#
      #> mkdir log
      #> cd log
      #> tar -xzf /data2/backup/sorceress-httpd-logs.tar.gz

  [+] configure apache on quepasa
      #> cd /data/www/virtual/deranger
      #> mkdir conf
      #> cp ../wac/conf/httpd.conf conf/
      #> nano conf/httpd.conf
      #> nano /data/www/global/conf/httpd.conf
      #> /etc/init.d/apache stop
      #> killall -9 apache
      #> /etc/init.d/apache start

  [/] copy /home/httpd/icons???
  [+] http://sorceress.netfrag.org/webalizer/
      [-] NOTE: http://sorceress.netfrag.org/stats/

5. mysql databases

   quepasa #> mysql --version
   mysql  Ver 11.16 Distrib 3.23.49, for pc-linux-gnu (i686)

   #> h1 # bevs sorceress
   sorceress #> mysql --version
   mysql  Ver 11.15 Distrib 3.23.38, for pc-linux-gnu (i686)
   #> /etc/rc.d/init.d/mysql stop


  [-] NOTE: MySQL-Account "root/huba_fx" will not work any more.
            Migrated MySQL-Account "huba/..." for "localhost".

  [-] CHECK: http://sorceress.netfrag.org/~huba/movies/

  [huba@deranger /tmp]$ 
  #> mysqldump -uroot -phuba_fx huba > huba.mysqldump
  #> scp huba.mysqldump netfrag.org:/data2/backup/sorceress-mysql-huba.mysqldump

  quepasa# mysql
  mysql> update user set password='28369b7f16b0096d' where user='huba';
  mysql> flush privileges;
  mysql -uhuba -p huba < /data2/backup/sorceress-mysql-huba.mysqldump


6. mail services
   [+] move /var/spool/mail
   [+] is pop3 enabled on quepasa? yes, qpopper via inetd

7. ftp access
   #> nano /etc/vsftpd.user_list
   added huba, natraj and yang

8. convenience:
  #> nano /etc/profile
  alias pico='nano'

9. Open Questions?

   [+] ippl
   #> apt-get install ippl
   Reading Package Lists... Done
   Building Dependency Tree... Done
   The following NEW packages will be installed:
     ippl
   0 packages upgraded, 1 newly installed, 0 to remove and 406  not upgraded.
   Need to get 42.3kB of archives. After unpacking 197kB will be used.
   Get:1 ftp://ftp.de.debian.org unstable/main ippl 1.4.14-3 [42.3kB]
   Fetched 42.3kB in 3s (10.7kB/s)
   Selecting previously deselected package ippl.
   (Reading database ... 43236 files and directories currently installed.)
   Unpacking ippl (from .../ippl_1.4.14-3_i386.deb) ...
   Setting up ippl (1.4.14-3) ...
   Starting IP Protocols Logger: ippl.

   [-] NOTE: Logging data goes to /var/log/ippl/all.log
             for configuration see /var/run/ippl.conf


10. misc / what about?

    [/] majordomo, not active
    [/] cronjobs

    [+] cancel nikuja

    [+] change config.inc.php in huba's phpMyadmin
    [+] grep for "213.133.118.38", replace through "sorceress.netfrag.org"

        #> cd /data/www/virtual/deranger
        #> grep -ri "213.133.118.38" * | more
           log/*
           Binary file pub/pliction/film2.swf matches
           pub/stats/*
           pub/webalizer/*
        #> cd log
        #> replace 213.133.118.38 sorceress.netfrag.org -- *
           access_log converted
           error_log converted
        #> cd ../pub
        #> rm -rf webalizer

     [-] NOTE:
         #> cd /data/www/virtual/deranger
         #> grep -ri "213.133.118.38" * | more
            Binary file pub/pliction/film2.swf matches
         Die IP-Adresse gibt's nicht mehr. Am besten "sorceress.netfrag.org" verwenden.

    [-] /etc/security/.htpasswd
        #> cd /data/www/virtual/deranger
        #> grep -ri "/etc/security/.htpasswd" * | more


 


Joko-2004-09-21Migration-quepasa-mango  

22 Nov 2006 - 02:36 - r1.4   Main.joko


========================================================================
  move/merge/migrate quepasa.netfrag.org to mango.rtme.net:
========================================================================


------------------------------------------------------------------------
                          general information
------------------------------------------------------------------------

-------------------------
   quepasa.netfrag.org
-------------------------
old ip-address: 213.133.125.247

ip-address: 213.133.125.6
broadcast: 213.133.125.15
network: 213.133.125.0
tap-device: tap3


------------------------------------------------------------------------
                              step by step
------------------------------------------------------------------------

0. mango:/home/service/pkgs/
   dpkg -i cvs_1.11.1p1debian-9woody7_i386.deb

1. backup and update umltools
   mango:/home/service/bin
   #> tar -czf umltools_2004-09-21.tar.gz umltools
   #> su joko
   #> ssh-keygen -d
   #> cat ~/.ssh/id_dsa.pub | ssh joko@netfrag.org "cat - >> ~/.ssh/authorized_keys"
   #> cd umltools
   #> cvs -q update -d

2. shutdown quepasa
   quepasa # sync
   quepasa # /etc/init.d/apache stop
   quepasa # killall -9 apache
   quepasa # halt

3. compress disk images of quepasa on h1.service.netfrag.org
   h1 # cd /home/uml/quepasa/rootfs
   h1 # tar -cjf rootfs.tar.bz root_fs.woody-stable.ext3

   h1 # cd ../datafs
   h1 # tar -czf data_fs.tar.gz data_fs.ext3 &
   h1 # tar -czf data2_fs.tar.gz data2_fs.ext3 &

4. copy images to mango:

   root@h1:/home/uml/quepasa/rootfs # 
   #> screen
   #> scp rootfs.tar.bz root@mango.rtme.net:/home/uml/quepasa/rootfs/

   root@h1:/home/uml/quepasa/datafs #
   #> scp data_fs.tar.gz root@mango.rtme.net:/home/uml/quepasa/datafs/
   #> scp data2_fs.tar.gz root@mango.rtme.net:/home/uml/quepasa/datafs/

5. copy kernel to mango:
   root@h1:/usr/bin # scp linux_2.4.18-29 root@mango.rtme.net:/usr/local/bin/

6. while above things are happening, we can configure some other things:
   a) /home/service/etc/UML/Config.pm
   b) /etc/hosts; nothing to do
   c) /etc/resolv.conf
      nameserver 213.133.98.98
      nameserver 213.133.99.99
      nameserver 213.133.100.100
      nameserver 213.133.104.100

7. unpack images on mango

   mango:/home/uml/quepasa/rootfs
   #> tar -xjf rootfs.tar.bz

   mango:/home/uml/quepasa/datafs
   #> tar -xzf data_fs.tar.gz
   #> tar -xzf data2_fs.tar.gz

   set permissions:
   mango:/home/uml
   #> chown -R service.staff quepasa/

8. prepare quepasa

   #> uml_boot --vhost=quepasa --prepare


9. start quepasa
   #> sue service
   #> uml_boot --vhost=quepasa --start
   #> screen -r quepasa

10. last but not least:

   a) grep for the old ip-address: 213.133.125.247
   mango:/home/uml/quepasa/mnt
   #> grep -ri "213.133.125.247" *
   iptables.rules
   hosts:213.133.125.247   quepasa.netfrag.org quepasa
   hosts:213.133.125.247   www.netfrag.org
   hosts:#213.133.125.247  sorceress.netfrag.org
   iptables.rules: #IPADDR="213.133.125.247"
   network/interfaces:        address 213.133.125.247

   b) more apache
   /data/www/global/conf/httpd.conf

   c) install as daemon
   #> cd /home/service/bin/umltools
   #> ./uml_setup.pl --vhost=quepasa --daemonize

   d) resize filesystem
   http://user-mode-linux.sourceforge.net/resize.html

   quepasa # halt   

   mango:/home/uml/quepasa/datafs #
   #> e2fsck -f data_fs.ext3
   #> dd if=/dev/zero of=data_fs.ext3 bs=1 count=1 seek=3G conv=notrunc
   #> resize2fs -p data_fs.ext3
see also UmlResizeFilesystem

   e) turck-mmcache
      #> apt-get install turck-mmcache
      #> dpkg -i turck-mmcache_2.4.6-8_i386.deb
      #> dpkg --force-all -i turck-mmcache_2.4.6-8_i386.deb
      #> apt-get -f install

   comment out /usr/lib/php4/2002... from /etc/php4/apache/php.ini

Setting up turck-mmcache (2.4.6-8) ...
You are installing Turck-MMCache for php4, but it is not
yet enabled in your /etc/php4/apache/php.ini and/or
/etc/php4/cgi/php.ini files.

To enable it you need to add these lines:

zend_extension="/usr/lib/php4/20020429/mmcache.so"      ; turck-mmcache
mmcache.shm_size="16"                                   ; turck-mmcache
mmcache.cache_dir="/var/cache/turck-mmcache"            ; turck-mmcache
mmcache.enable="1"                                      ; turck-mmcache
mmcache.optimizer="1"                                   ; turck-mmcache
mmcache.check_mtime="1"                                 ; turck-mmcache
mmcache.debug="0"                                       ; turck-mmcache
mmcache.filter=""                                       ; turck-mmcache
mmcache.shm_max="0"                                     ; turck-mmcache
mmcache.shm_ttl="0"                                     ; turck-mmcache
mmcache.shm_prune_period="0"                            ; turck-mmcache
mmcache.shm_only="0"                                    ; turck-mmcache
mmcache.compress="1"                                    ; turck-mmcache

Do you want me to do it for you now? [Y/n]


some more:
- tmpfs: http://www.theshore.net/~caker/uml/tips_and_notes.html


 


Joko-2004-09-21Todo-general  

22 Sep 2004 - 13:27 - r1.2   Main.joko


[-] mini-icons: http://w3future.com/weblog/

[-] update urls at "Syndicate"

[+] add migration document to Notebook

[-] search for: +announce +cvsmonitor
    cvsmonitor, cvshistory, xcvs, rssreader
    http://netfrag.org/rssreader/?url=http://netfrag.org/rss/1.0/recent.rdf
    write announcement 

[-] add new addresses:
    oryx@netfrag.org
    alle@netfrag.org
    alle@lashlarue.de

[-] clean up /data/www/virtual/netfrag/sites/public/nfo/ [nfo/?]

 


Joko-2004-09-21Todo-mango  

21 Sep 2004 - 19:51 - NEW   Main.joko


todo-mango:

[-] x. install portsentry
   mango:/home/service/pkgs/
   #> dpkg -i portsentry_1.2-4_i386.deb
   #> apt-get remove portsentry

   #> cd /tmp/
   use portsentry2-bin.tar.gz and portsentry2-etc.tar.gz

[+] too much load!!!
    renice!
    see http://linux.cudeso.be/linuxdoc/tweaky_sysadmin.php
    renice +10 esa helo
    renice +20 quepasa

    [-] modified umltools

 


Joko-2004-09-21Todo-quepasa  

22 Sep 2004 - 12:17 - r1.3   Main.joko


[+] update f-prot virtus signatures
  #> cd /usr/local/f-prot
  #> ./check-updates.sh

[-] SpamAssassin / Razor???
  as of "man spamassissin" - it requires Mail::Audit, Net::DNS and Razor, but
  "perl -MRazor" gives:
  Can't locate Razor.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4   /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8   /usr/local/lib/site_perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 .).

  so:
  #> cpan

  cpan shell -- CPAN exploration and modules installation (v1.7601)
  ReadLine support enabled

  cpan> install Razor

    not known!!!

  so:
  #> apt-get install razor

Reading Package Lists... Done
Building Dependency Tree... Done
1 packages upgraded, 0 newly installed, 0 to remove and 413  not upgraded.
Need to get 0B/118kB of archives. After unpacking 275kB will be used.
(Reading database ... 43265 files and directories currently installed.)
Preparing to replace razor 1.20-1 (using .../razor_2.610-2_i386.deb) ...
Unpacking replacement razor ...
Setting up razor (2.610-2) ...

Configuration file `/etc/razor/razor-agent.conf'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : background this process to examine the situation
 The default action is to keep your current version.
*** razor-agent.conf (Y/I/N/O/D/Z) [default=N] ?



[+] Apache: get https running

<IfDefine SSL>
  <VirtualHost _default_:443>
    SSLEngine                  on
    SSLCertificateKeyFile      /etc/apache/conf/ssl.key/server.key
    SSLCertificateFile         /etc/apache/conf/ssl.crt/server.crt
    SSLCipherSuite             ALL:!ADH:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL
    SSLVerifyClient            none
    <Directory />
    Options FollowSymLinks
    </Directory>
  </VirtualHost>
</IfDefine>

edit /etc/init.d/apache, added OPTIONS


[+] Apache: get Horde via https running

    #> apt-cache search horde

    #> apt-get install horde2
    mysql-database:
    name: horde2
    user: hordemgr
    pass: horde04%

    configure in /etc/horde2/

    #> apt-get install imp3

    configure in /etc/imp3/

    $servers['imap'] = array(
        'name' => 'quepasa.netfrag.org',
        'server' => 'quepasa.netfrag.org',
        'protocol' => 'imap/ssl/novalidate-cert',
        'port' => 993,
        'folders' => 'Mail/',
        'namespace' => '',
        'maildomain' => 'netfrag.org',
        'smtphost' => 'localhost',
        'realm' => 'netfrag.org',
        'preferred' => '1'
    );


[+] horde skins
    http://www.horde.org/themes/
    used "Light-Blue Theme, by Atif Ghaffar"


[-] Horde 2.0 & S/MIME

    imp4???
    http://lists.horde.org/archives/i18n/Week-of-Mon-20040329/001223.html

    horde.org - S/MIME: Overview
    http://www.ph.utexas.edu/~ericr/horde/smime-overview.php

    install all "HEAD" snapshots from http://ftp.horde.org/pub/snaps/2004-09-21/:
    http://ftp.horde.org/pub/snaps/2004-09-21/framework-HEAD-2004-09-21.tar.gz
    http://ftp.horde.org/pub/snaps/2004-09-21/horde-HEAD-2004-09-21.tar.gz
    http://ftp.horde.org/pub/snaps/2004-09-21/imp-HEAD-2004-09-21.tar.gz
    http://ftp.horde.org/pub/snaps/2004-09-21/turba-HEAD-2004-09-21.tar.gz

[+] Horde 3.0 / IMP 4.0 (cvs-HEAD versions)
    #> pear a install Net_Socket
    #> pear a install Date
    #> pear a install Auth_SASL
    #> pear a install HTTP_Request File Net_SMTP XML_SVG Services_Weather
       install ok: XML_SVG 0.0.3
       install ok: File 1.0.3
       Optional dependencies:
       package `Cache' version >= 1.5.3 is recommended to utilize some features.
       package `HTTP_Request' version >= 1.2 is recommended to utilize some features.
       package `SOAP' version >= 0.7.5 is recommended to utilize some features.
       package `XML_Serializer' version >= 0.8 is recommended to utilize some features.
       install ok: Services_Weather 1.3.0
       install ok: Net_SMTP 1.2.6
       requires package `Net_URL' >= 1.0.12
       HTTP_Request: Dependencies failed
    #> pear a install Netinstall ok: Net_URL 1.0.14
       install ok: Net_URL 1.0.14
       install ok: HTTP_Request 1.2.2
    #> pear a install Cache HTTP_Request SOAP XML_Serializer
    #> pear a install Cache

    #> cd /home/service/download/horde/framework
    #> pear a install VFS/package.xml
    #> pear a install NLS/package.xml


  [-] NOTE: Announce this!


[+] password weakness checker

    Npasswd - A better password change program
    http://www.utexas.edu/cc/unix/software/npasswd/

    #> apt-cache search passwd
    cracklib2 - A pro-active password checker library
    libpam-passwdqc - replacement for the pam_cracklib module
    makepasswd - Generate and encrypt passwords
    sork-accounts - Account handling framework for horde
    sork-passwd - Horde2 module for users to change their password
    usermin-htpasswd - An htpasswd config module for the usermin web-based admin tool
    webmin-htaccess - htaccess/htpasswd module for webmin

    #> apt-get install cracklib2

[+] password generator
    #> makepasswd

 


Joko-2004-09-28  

28 Sep 2004 - 18:44 - NEW   Main.joko

[+] Now using ip-blocklists from DShield.org, a Distributed Intrusion Detection System

[+] email obfuscation: using: http://www.ecos.de/~mailarc/embperl/2001-11/msg00093.html for: - NewsPortal?

[-] new sendmail for quepasa? http://lwn.net/Articles/104002/ #> sendmailconf Warning: confCT_FILE source file not found: /etc/mail/trusted-users it was created

before:
220 quepasa.netfrag.org ESMTP Sendmail 8.12.3/8.12.3/Debian-6.4; Tue, 28 Sep 2004 17:44:58 +0200; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1]

after:
220 quepasa.netfrag.org ESMTP Sendmail 8.12.3/8.12.3/Debian-6.6; Tue, 28 Sep 2004 19:02:01 +0200;
E/UBE) logging access from: localhost(OK)-localhost [127.0.0.1]

 


Joko-2004-10-05QuepasaMaintenance  

06 Nov 2004 - 17:38 - NEW   Main.joko

Milter to modify Mail Headers?

Problem: Milter can add Headers, but can not change them including the "Subject:" see:

MIMEDefang

http://www.mimedefang.org/ http://www.mickeyhill.com/mimedefang-howto/#ss2.4

#> apt-get install mimedefang
#> nano /usr/share/doc/mimedefang/README.Debian
#> cd /etc/mail
#> nano sendmail.mc
insert: INPUT_MAIL_FILTER(`mimedefang', `S=unix:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=S:1m;R:1m')

SpamAssassin?

SpamAssassin? Milter: http://savannah.nongnu.org/projects/spamass-milt/

Webmin

#> apt-get install webmin-sendmail https://www.netfrag.org:10245/sendmail/

Misc Pointers

http://www.maymi.de/content/unix/sendmail.php http://spamassassin.apache.org/full/3.0.x/dist/doc/spamd.html http://www.redhat.com/archives/redhat-list/2003-June/msg00198.html http://www.visi.com/~hawkeyd/spamfilters.html http://ftp.cfu.net/pub/amavisd-new/README.sendmail-dual

 


Joko-2004-10-07InternetWin98  

20 Oct 2004 - 12:50 - r1.2   Main.joko

Mozilla Firefox: Download...

Antivir: Download...

Kerio: Kerio 4.0.16 download... Kerio 4.1.1 download... Homepage

RASPPPOE - PPP over Ethernet Protocol by Robert Schlabbach RASPPPOE

see also: FreeWindowsSoftware?

 


Joko-2004-11-04-quepasa  

07 Jun 2009 - 22:44 - r1.4   Main.joko

Apache 2 on quepasa

  #> pkginstall apache2
  #> pkginstall libapache2-mod-perl2
  #> pkginstall libapache2-mod-php4

root@quepasa:/etc/apache2/mods-enabled# ln -s ../mods-available/ssl.load .
root@quepasa:/etc/apache2/mods-enabled# ln -s ../mods-available/ssl.conf .

Errors were:
[Fri Nov 05 05:53:40 2004] [error] [client 217.88.253.138] Invalid method in request \x16\x03\x01

Hint: Must have Port numbers configured inside VirtualHost? directives

Compile linux-2.6.9-um on xukay

[+] tried to compile kernel-2.6.9-um on xukay

  #> make menuconfig ARCH=um
  #> make vmlinux ARCH=um
  #> make modules ARCH=um
  #> mount -o loop /home/uml/quepasa/rootfs/root_fs.woody-stable.ext3 mnt/
  #> make modules_install INSTALL_MOD_PATH=mnt/ ARCH=um
  #> umount mnt/

  #> /etc/init.d/umlquepasa start
  login as: xx
  Password:
  Server refused to allocate pty
  bash: no job control in this shell

  http://lists.ucc.gu.uwa.edu.au/pipermail/dropbear/2004q3/000023.html

While booting

/etc/init.d/amavisd-new-milter start
Starting AMaViS Daemons (milter): /etc/init.d/amavisd-new-milter: line 67:  
1378 Segmentation  fault      start-stop-daemon ${START} >/dev/null 2>&1
(failed).

Cleaning: /etc/network/ifstate.
Loading iptables ruleset: load "active".
Setting up IP spoofing protection: rp_filter.
Configuring network interfaces...userspace - child stopped with signal 28
/etc/network/if-up.d/sendmail: /usr/share/sendmail/dynamic: No such file or directory
run-parts: /etc/network/if-up.d/sendmail exited with return code 1
/etc/network/if-up.d/sendmail: /usr/share/sendmail/dynamic: No such file or directory
run-parts: /etc/network/if-up.d/sendmail exited with return code 1
done.

Starting MySQL database server: mysqld...failed.
Starting Mail Transport Agent: sendmailNET: Registered protocol family 10
Disabled Privacy Extensions on device a02638a0(lo)
IPv6 over IPv4 tunneling driver
.
Starting network management services: snmpdCannot find module (IPFWCHAINS-MIB): 
At line 0 in (none)
process `snmptrapd' is using obsolete setsockopt SO_BSDCOMPAT
 snmptrapd.
process `snmpd' is using obsolete setsockopt SO_BSDCOMPAT

Starting Bacula File daemon: bacula-fd.
Kaboom! bacula-fd, quepasa got signal 11. Attempting traceback.
Calling: /usr/sbin/btraceback /usr/sbin/bacula-fd 474
execv: /usr/sbin/btraceback failed: ERR=No such file or directory

WARNING: X/usr/bin/mimedefang: local socket name /var/spool/MIMEDefang/mimedefang.sock missing

Resources

Index of /~kraxel/uml/patches/2.6.9
http://www.suse.de/~kraxel/uml/patches/2.6.9/

Why UML often does not build (was: Re: [PATCH] UML: Build fix for TT w/o SKAS)
http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1925.html

Index of /~kraxel/uml/patches/2.6.9-rc2
http://www.suse.de/~kraxel/uml/patches/2.6.9-rc2/

How to apply the various patches you find here.
http://www.user-mode-linux.org/~blaisorblade/howtoapply.html

Tasklist 1

[+] indexer (mnoGoSearch) for psl.no-ip.com
    [-] mailto:rabit
[+] replaced "/horde/css.php?app=chora" through "/inc/nfo.css" from TWiki
    added "Redirect /horde/css.php http://www.netfrag.org/inc/nfo.css" to apache config
[+] does (c64) "ready"-search for IE really work in all browsers?
[-] fix rssreader
[+] new alias: base64[en|de]code
[+] http redirect for: http://mail.traenkler.com/
[+] updated quepasa
  #> apt-get update
  #> apt-get install ssh

Tasklist 2

[-] announce apache2
    - to: 
      hosting@netfrag.org: mtheile, gonzo, wac, fm, ug, dust, cka, natraj, huba
    - php4: register_globals = Off
[-] idea for top: interactive select to "kill", "renice", etc.
[+] fix/enhance phpDocumentIndex
[+] fix search.netfrag.org
    changes due to "register_globals = Off" in php4 coming with apache2
[-] overview about recent growth of knowledge (2004) with janosch and rabit
   - sysadmin
     - CA & Co. (S/MIME, OpenCA, etc.)
     - Apache 2, MIMEDefang, cgi scripts (cvs tools, ...), etc.
   - bash programming and scripts
     - /dev/tcp
     - ansi (->raullib)
     - daemon stuff, signals (trap) (->anfud)
   - python
     - wxWidgets
     - xmlrpc
   - mirc scripting
[-] reactivate/revamp twingle:
    scan/find titles (<title>) from <h3> etc.
[-] reminder for rabit: import raullib & daemon infrastructure to cvs
[/] use SpeedyCGI or mod_perl for more applications
    Doesn't seem to be available for Apache 2
[-] review: http://www.netfrag.org/search/?q=andreas.motl@ilo.de&o=2
    purge all email-addresses!
[-] link: http://www.netfrag.org/search/?q=synchronization&o=1&ul=/
[-] update phpHtmlLib and check dependent projects for malfunction
[/] update ssh on xukay
    With "stable", it is already up-to-date.
[+] new software for quepasa
  #> pkginstall awstats
  http://www.netfrag.org/cgi-bin/awstats.pl

  [+] Geo::IP: pkginstall libgeo-ipfree-perl

  [+] merged and imported all old logfiles from netfrag.org, lashlarue.de and w-a-c.com using 
      logresolvemerge.pl: http://awstats.sourceforge.net/docs/awstats_tools.html#logresolvemerge

  [+] Installed to crontab:
      see awstats & cron: http://awstats.sourceforge.net/docs/awstats_faq.html#CRONTAB
      #> n /home/service/bin/analyze-web
      #> crontab -e

  [-] alias/redirect http://www.netfrag.org/stats/ 
         to http://www.netfrag.org/cgi-bin/awstats.pl?config=netfrag

  [-] user/pass access restriction (domain based)

[-] combine ff and iselect
[-] analyze logfiles more semantically:
    www.netfrag.org-access_log: which referer to which page
    search.netfrag.org-access_log: which searchstrings
[-] get teamspeak stable again on quepasa
[-] read and write S/MIME encrypted mail with horde
[-] backup occartha to dvd(s)
[-] make TWiki recognize [+] and [-] signs to build ul's
[-] install sue (and other tools?) on quepasa
[+] GermanLinuxResources?

Tasklist 3

[-] mailto:dw MicrosoftWindowsSID
[-] autorotate background header images @ quepasa/twiki
[-] iselect tool to send mails (e.g. awstats announcement, apache2 update, scheduled downtime, etc.) [-] admin.netfrag.org / caesar: [+] quepasa: graphdefang, dpkg-www, iptotal, linkchecker

Interesting Packages

-----------------------------------
pkgsearch cgi

aspseek - Advanced Internet search engine (Backend programs)
awstats - A powerful and featureful web server log analyzer
backuppc - A high-performance, enterprise-grade system for backing up PCs
browser-history - User daemon that tracks URLs looked at and logs them
cdindex-client - cdindex is intended to be the open source replacement of cddb(tm)
cgiemail - CGI Form-to-Mail converter
cgiirc - web based irc client
cgilib - Simple CGI Library
cgiwrap - allows ordinary users to run their own CGI scripts
cvstrac - Low-ceremony bug tracker for medium-sized projects under CVS

dpkg-www - WWW Debian package browser
dwww - Read all on-line documentation with a WWW browser
framerd - a scalable knowledge base development and application platform
global - Source code search and browse.
gnatsweb - Web interface to GNU GNATS
gnudip - scripts for dynamic IP to name mappings
graphdefang - create graphs of your mimedefang spam and virus logs
guile-www - Guile WWW module
html2wml - converts HTML pages to WML (WAP) or i-mode pages
ipcalc - Parameter calculator for IPv4 addresses
iptotal - monitor for IP traffic, not requiring SNMP
jitterbug - A cgi-bin tool for problem reporting and tracking
kwiki - A Quickie Wiki that's not too Tricky
libapache-asp-perl - perl Apache::ASP - Active Server Pages for Apache with mod_perl.
libapache-mod-aspseek - Advanced Internet search engine (Apache module)
libapache-mod-cgi-debug - Easier debugging of CGI scripts

libapache2-mod-python - An Apache module that embeds Python within the server
libapache2-mod-python-doc - An Apache module that embeds Python within the server
libapache2-mod-python2.2 - An Apache 2 module that embeds Python 2.2 within the server
libapache2-mod-python2.3 - An Apache 2 module that embeds Python 2.3 within the server
libapache2-mod-ruby - Embedding Ruby in the Apache2 web server
libapache2-mod-scgi - Apache module implementing the SCGI protocol.
libapache2-request-perl - Generic Apache Request Library

libcgi-fast-perl - CGI::Fast Perl module
libfcgi-dev - Header files of FastCGI
libfcgi-perl - FastCGI Perl module
libfcgi-ruby1.6 - FastCGI library for Ruby
libfcgi-ruby1.8 - FastCGI library for Ruby
libfcgi0 - Shared library of FastCGI

linesrv - A server to remotely control the internet connection
linesrv-mysql - A server to remotely control the internet connection
linkchecker - check HTML documents for broken links
lxr - Linux Cross-Reference
mailto - WWW Forms to Mail Gateway
mserv - local centralised multiuser music server
mserv-cgi - CGI scripts for local centralised multiuser music environment
namazu2 - Full text search engine (namazu binary and cgi)
namazu2-common - Full text search engine (Document files)
namazu2-index-tools - Full text search engine (Tools for index handling)

nikto - web server security scanner
nut-cgi - A web interface sub system for the nut - Network UPS Tools
php-cgiwrap - allows ordinary users to run their own CGI scripts and adds support for PHP
poppass-cgi - a CGI script to interact with a poppassd server
postman - High performace web based IMAP and NNTP client
python-albatross - a Toolkit for Stateful Web Applications (default)
python-dhm - Collection of Python utilities
remstats - Remote Statistics System: collectors and presentation-cgis
smokeping - A latency logging and graphing system
snort - Flexible Network Intrusion Detection System
speedy-cgi-perl - speed up perl scripts by making them persistent
squid-cgi - Squid cache manager CGI program
twiki - A Web Based Collaboration Platform
uprecords-cgi - A CGI script to show the world your highest uptimes
usermin - A web interface for user tasks

viewcvs-query - Viewing CVS (viewcvs-query.cgi)
websieve - Web based Cyrus IMAP user admin client
wpp - The Web Preprocessor - a Perl script to preprocess HTML files
libapache-mod-fastcgi - FastCGI module for Apache.
wdg-html-validator - WDG HTML Validator

-----------------------------------
pkgsearch php

eskuel - A MySQL databases administration interface in PHP-scripts
dacode - Powerful and full-featured news engine written in PHP

-----------------------------------
pkgsearch libapache2

libapache2-mod-auth-mysql - Apache 2 module for MySQL authentication
libapache2-mod-auth-pam - Module for Apache2 which authenticate using PAM
libapache2-mod-auth-sys-group - Module for Apache2 which checks user against system group

libapache2-mod-layout - Apache2 web page content wrapper
libapache2-mod-ldap-userdir - Apache2 module that provides UserDir lookups via LDAP
libapache2-mod-macro - Create macros inside apache2 config files
libapache2-mod-musicindex - Browse, stream, download and search through MP3/Ogg files
libapache2-mod-security - Tighten the Web application security for Apache 2.x
libapache2-mod-suphp - Apache2 module to run php scripts with the owner permissions
libapache2-mod-xmlrpc2 - XMLRPC Server module for Apache2 web server
libapache2-svn - Apache modules for Subversion (aka. svn)
mod-musicindex-common - Common files for mod-musicindex

Links 1

Linux: In Kernel GUI http://kerneltrap.org/node/view/4109

Feature: HowTo? Upgrade To The 2.6 Kernel http://kerneltrap.org/node/view/799

Linux: Humor In Kernel Code http://kerneltrap.org/node/view/542

Linux: Global File System http://kerneltrap.org/node/view/3348

Replacing TCP in the User Space http://kerneltrap.org/node/view/3218

Linux: 2.6.9 Released http://kerneltrap.org/node/view/4026

Using Rsync and SSH Keys, Validating, and Automation http://www.jdmz.net/ssh/

RSync + SSH tunneling through firewall http://lists.samba.org/archive/rsync/2004-September/010502.html

Links 2

Cyrus IMAP HOWTO (v1.3, 11 October 2000) http://www.fokus.gmd.de/linux/HOWTO/asc/other-formats/html_single/Cyrus-IMAP.html

http://forums.gentoo.org/viewtopic.php?t=86562 http://www.lyseo.edu.ouka.fi/~pexu/h/nanorc

Links - Heise

Schwachstelle macht Webserver Apache für DoS?-Attacken anfällig: http://www.heise.de/newsticker/meldung/52932

[Full-Disclosure] DoS? in Apache 2.0.52 ? http://lists.netsys.com/pipermail/full-disclosure/2004-November/028248.html

DoS? in apache httpd 2.0.49, yet still apache much better than windows: http://www.guninski.com/httpd1.html

 


Joko-2004-11-09-quepasa  

24 Nov 2004 - 11:13 - NEW   Main.joko

(o) awstats: merge access_log for cka before running "awupdate"
(x) remove symlinks in home directories and use "mount --bind" instead => remove /etc/vsftpd.chroot_users
(x) mail account for llr ->gonzo
(x) mail accounts for /stats/
(x) w3c checks for start page @ netfrag.org
(x) new alias: alias testmail='ts=`timestamp`; echo $ts | mail -s $ts $1'

 


JokosNotepad  

21 Dec 2004 - 12:18 - r1.8   Main.joko

topics

misc pointers

2004

2003

2002

2001

 


LdapCentricArchitecture  

30 Dec 2004 - 14:20 - r1.4   Main.joko


Clients and Tools

LDAP

Applications

Use it as a central storage for Account-, Configuration- and Preference-Informations. Configure services to authenticate against LDAP, see LinuxOnStage.

Miscellanous Research and Pointers

Session 1, 2004-11-06

Session 2, 2004-11-08

Session 3, 2004-11-26

LDAP - tasks (Session 4, 2004-12-15)

    (o) continue with CPU on coLinux
    (o) mod_ldap_userdir? - mod_ldap_userdir is a module that enables the Apache web server to look up user home directories (for /~user URLs) 
        from an LDAP directory: http://horde.net/~jwm/software/mod_ldap_userdir/
    (o) mod_psldap: https://www.psind.com/projects/mod_psldap/index.html
    (o) LDAP Users Admin: http://ldap-users.sourceforge.net/
    (o) debian: sendmail routing with
    (o) OpenCA & LDAP
    (o) "forward" attribute for sendmail-ldap?
    (o) phpLDAPadmin: http://phpldapadmin.sourceforge.net/
        extend functionality:
        (o) Sendmail User Entry (virtuser SendmailMTAMap)
        (o) Addressbook (Folder) Entry: MAPI/OLE/Mozilla interop
    (o) send ldap links to janosch to links-computing also
    (x) using regexes in acls
        http://linux.com.hk/PenguinWeb/manpage.jsp?section=5&name=slapd.access
        http://www.openldap.org/doc/admin22/slapdconfig.html
        http://www.openldap.org/lists/openldap-software/200405/msg00089.html
        http://www.zytrax.com/books/ldap/ch6/
        http://www.zytrax.com/books/ldap/ch5/step3.html
    (o) Apache and LDAP
        (o) LDAP authentication module for apache (mod_auth_ldap)
            http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html
        (o) auth_ldap:
            http://www.rudedog.org/auth_ldap/
        (o) mod_ldap.c
            http://mod-ldap.sourceforge.net/
    (o) store Apache VirtualHost configuration in LDAP?

        Re: Apache LDAP
        http://www.openldap.org/lists/openldap-software/200101/msg00072.html

        Re: Apache config in LDAP
        http://lists.debian.org/debian-isp/2002/04/msg00113.html
        http://lists.debian.org/debian-isp/2002/04/msg00116.html
        
        mod_vhost_ldap
        https://savannah.nongnu.org/projects/modvhostldap/
        http://savannah.nongnu.org/cgi-bin/viewcvs/modvhostldap/
        
    (o) Apache Module mod_webauthldap
        http://webauthv3.stanford.edu/manual/mod/mod_webauthldap.html

LDAP - various (Session 5, 2004-12-15)

    (o) OpenLDAP as ADS???
    (o) store automount information to LDAP?
        http://sv.sslug.dk/moede/hygge/2003-03-11/sslugldaphygge.pdf
    (o) LookAt: user2ldif.pl
    (o) OpenLDAP and indexes?
    (o) LAM - LDAP Account Manager: http://lam.sourceforge.net/
    (o) LookAt: 
        ldap-back-perl: http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/back-perl/
        back-monitor, back-shell, back-sql
    (o) LookAt: http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/overlays/slapover.txt?rev=1.2&hideattic=1&sortbydate=0
    (o) Asterisk + LDAP! http://www.voip-info.org/wiki-Asterisk+cmd+LDAPget
    (o) LDAP CLI Scripts: 
        http://quark.humbug.org.au/publications/scripts/ldap/cli/
        http://quark.humbug.org.au/publications/scripts/ldap/web/
        http://quark.humbug.org.au/publications/scripts/ldap/
    (o) RADIUS: http://works.agni.com/cistron-ldap.html
    (o) LDAP POPPass Daemon: http://works.agni.com/ldap-poppassd.html
    (o) LDAP to DNS gateway: http://ldap2dns.tiscover.com/
    (o) Samba TNG and Unix Accounts with LDAP: http://www.mami.net/univr/tng-ldap/howto/
    (o) LuaLDAP - A Lua interface to the OpenLDAP library: http://www.keplerproject.org/lualdap/
    (o) OpenLDAP for Win32
        http://lucas.bergmans.us/hacks/openldap/
        http://www.ilex.fr/openldap/
    (o) HOW REFERRAL LDAP WORKS: http://www.ldap.verisignlabs.com/Walkthroughs/toc.html
    (o) LTAP - Lightweight Trigger Access Process: http://home.zcu.cz/projekty/lps/ldap/projekt/doc/ldap/ltap/
    (o) Ratstone: http://ldapman.org/tools/index.html
    (o) Ganymede: http://tools.arlut.utexas.edu/gash2/
    (o) Eve: http://incubator.apache.org/directory/subprojects/eve/index.html
    (o) LookAt: GOsa
        LDAP Server Administration with GOsa
        http://www.onlamp.com/pub/a/onlamp/2004/12/02/gosa.html
        http://www.gonicus.de/
        
        GOsa² - Der GONICUS System Administrator
        http://www.gonicus.de/multiplex.php?path=loesungen/verzeichnisdienst/&sid=FFPM-H464-41c883935ede2
        
        ftp://oss.gonicus.de/pub/gosa/
    (o) [Auth_ldap] Domino LDAP, require group & auth_ldap troubleshooting
        http://www.rudedog.org/pipermail/auth_ldap/2003-December/001495.html
    (o) LSD - Tools and Software for LDAP/Directory based Internet applications
        http://www.uazone.org/znews/ldap/lsd-swtools.html

 


LinuxOnStage  

24 Nov 2004 - 14:42 - NEW   Main.joko


--------------------------------------------------------------------------------------------------
First focus: Three services: imap, smtp, ftp
Second focus: All services (e.g. for intranet purposes): +samba, +http
Additional services: nntp, ldap

--------------------------------------------------------------------------------------------------
Stage 1: early days
  x(jjj) Classical Linux/UNIX: /etc/passwd, no encryption

Stage 1.5: current
  x(jjj) sendmail and uw-imap with TLS and/or SSL
  x(jok) cvs access via ssh, no cvspserver!

Stage 2: todo
  o saslauthd/sasldb instead of passwd/PAM for IMAP and SMTP Authentication
  o hybrid sasldb / PAM configuration to migrate user per user
  o user-based change password
  o sasl + PAM for FTP (is it possible to query LDAP via PAM?)

Stage 3:
  x(jan, 2004-11) LDAP Backend for Basic Authentication (SASL)
    x SMTP (using sendmail)
    x IMAP (using CMU Cyrus)
    o FTP
      - ProFTPD + mod_ldap: http://horde.net/~jwm/software/proftpd-ldap/
      - PAM with vsftpd & LDAP: http://archives.neohapsis.com/archives/pam-list/2003-02/0004.html
  x(jan) LDAP Backend for Basic Configuration
    x sendmail virtusertable
    x sendmail maps
    o all other sendmail configuration options from /etc/mail:
       access, aliases, local-host-names, mailertable, masquerade-domains, relay-domains, trusted-users

Stage 3.5:
  o Other Application Data to LDAP?
     x(jan,jon) Horde Preferences
     o(jan,jok) Global and Shared Address Books
  x MySQL / BerkeleyDB as LDAP backend for performance/security/stability reasons
     o Try other LDAP backend (ldbm, mysql, etc.)
     x OpenLDAP 3.0 already runs with Berkeley

Stage 4:
  o LDAP Backend for Advanced Authentication
     x(jan) Samba <-> PAM
     o mod_auth_ldap, etc.
  o /home directory at non standard paths or 
  o No /home directory required
  o what about:
     o ".forward"?
     o "public_html"?
     o other configuration files in /home

Stage 5:
  o(jon, 2003-01) All together with Kerberos/GSSAPI
  o more recent state-of-the-art freaky stuff....
    o authentication using smartcards or OTP?
    x(jan) Mail routing between heterogenous systems (Windows: Microsoft Exchange, Linux: Sendmail)
              using the "smtp8" mailer - Q: could/should we use this mailer for "normal" sendmail backup MX, too?

Production Issues:
  o handle and use full ldap acl's
     o make ordinary user change attributes inside own container below sendmail's 
        area for e.g. /etc/mail/access to give blacklists to each user

--------------------------------------------------------------------------------------------------
Common Todos:
  o lookat: LDAP replication
  o do: authenticate LDAP itself using SASL
  x quirks: delete /var/spool/mqueue/.hoststats/localhost if modifying sendmail.cf before restart
  o build: console ldap client
  o get: ldap schema- & permission editor
  o lookat: nss_ldap
  o lookat: migrationtools
  o A generic "comment" field inside each (e.g. SendmailMAP) container
  o lookat: web based ldap admin, e.g. phpLDAPAdmin
  o lookat: Directory administrator: http://diradmin.open-it.org/

Ideas:
  o iptables2ldap
  o store new certificates directly to LDAP!? make/use hooks to/in
     o OpenCA
     o ElyCA
  o also configure in some associated container which (web) applications 
     each user/domain has installed, e.g. phpMyAdmin, awstats, etc. & related (configuration) parameters

--------------------------------------------------------------------------------------------------
Other more advanced sysadmin stuff:
  o logging
     o remote logging
     o logging to mysql
        o mod_log_mysql_simple - Simple Database Logging for Apache
           http://www.steve.org.uk/Software/mod-log-mysql-simple/
  o WinCVS & Kerberos?
  o RBAC

 


MemoryCards  

24 Nov 2004 - 11:21 - NEW   Main.joko

SanDisk_digital_camera_card.jpg main2.jpg smartmedia.jpg

 


MicrosoftWindowsSID  

06 Nov 2004 - 20:15 - NEW   Main.joko

Microsoft Windows SID

"Während der Installation von Windows NT, Windows 2000 oder Windows XP wird eine Computer-SID mit einer statistisch eindeutigen 96-Bit-Zahl errechnet. Die SID des Computers ist das Präfix der SIDs von Benutzer- und Gruppenkonten, die auf dem Computer erstellt werden. Die SID des Computers ist mit der RID (Relative ID) des Kontos verknüpft, um den eindeutigen Bezeichners des Kontos zu erstellen."

"Das Kopieren oder Duplizieren einer Installation ohne Durchführen der empfohlenen Schritte kann zu duplizierten SIDs führen. Bei Wechselmedien kann dies dazu führen, dass Konten über Zugriff auf Dateien verfügen, obwohl ihnen der Zugriff mithilfe von NTFS-Berechtigungen ausdrücklich verweigert wurde. Da die SID den Computer oder die Domäne ebenso wie den Benutzer identifiziert, ist es für die weitere Unterstützung vorhandener und zukünftiger Programme unbedingt erforderlich, dass die SID eindeutig ist."

 


Netsh  

26 Nov 2004 - 16:54 - NEW   Main.joko


#> netsh

#============================
# Schnittstellenkonfiguration
#============================
pushd interface

reset all


popd
# Ende der Schnittstellenkonfiguration



# ---------------------------------- 
# Schnittstellen-IP-Konfiguration
# ---------------------------------- 
pushd interface ip
show address

# Schnittstellen-IP-Konfiguration fr ""{703A9193-7447-408D-B7DD-D26A5B6DD3B0}""

set address name = "{703A9193-7447-408D-B7DD-D26A5B6DD3B0}" source = dhcp 
set dns name = "{703A9193-7447-408D-B7DD-D26A5B6DD3B0}" source = dhcp
set wins name = "{703A9193-7447-408D-B7DD-D26A5B6DD3B0}" source = dhcp

# Schnittstellen-IP-Konfiguration fr ""{71298A76-C4A3-4833-9B62-03A2CEE44A8B}""

set address name = "{71298A76-C4A3-4833-9B62-03A2CEE44A8B}" source = dhcp 
set dns name = "{71298A76-C4A3-4833-9B62-03A2CEE44A8B}" source = dhcp
set wins name = "{71298A76-C4A3-4833-9B62-03A2CEE44A8B}" source = dhcp

# Schnittstellen-IP-Konfiguration fr ""{BBEC8A06-788E-40E9-8F1C-F27F0FCF73DD}""

set address name = "{BBEC8A06-788E-40E9-8F1C-F27F0FCF73DD}" source = static addr = 192.168.0.1 mask = 255.255.255.0
set dns name = "{BBEC8A06-788E-40E9-8F1C-F27F0FCF73DD}" source = static addr = none
set wins name = "{BBEC8A06-788E-40E9-8F1C-F27F0FCF73DD}" source = static addr = none

# Schnittstellen-IP-Konfiguration fr ""{07AD87AE-F444-46DA-9248-9FC0C35F481F}""

set address name = "{07AD87AE-F444-46DA-9248-9FC0C35F481F}" source = static addr = 10.50.0.160 mask = 255.255.255.0
set address name = "{07AD87AE-F444-46DA-9248-9FC0C35F481F}" gateway = 10.50.0.1 gwmetric = 1
set dns name = "{07AD87AE-F444-46DA-9248-9FC0C35F481F}" source = static addr = 10.50.0.1
set wins name = "{07AD87AE-F444-46DA-9248-9FC0C35F481F}" source = static addr = none


popd
# Ende der Schnittstellen-IP-Konfiguration

 


NetworkProgramming  

24 Nov 2004 - 13:35 - NEW   Main.joko

 


PCTVSatCIOnSuSE92  

15 Dec 2004 - 15:33 - NEW   Main.joko

Via janosch: Got Pinnacle working with SuSE? 9.2:

http://pinnaclefanboard.com/showpost.php?p=52586&postcount=21

 


PHP4310  

21 Dec 2004 - 14:01 - NEW   Main.joko

References

Upgrade a Debian System

Gefunden habe ich das Paket via http://packages.qa.debian.org/p/php4.html, es ist nur anscheinend noch in keiner release mit dabei (weder stable, unstable noch testing).

Zuerst hatte ich mir php4-common_4.3.10-2 und libapache2-mod-php4_4.3.10-2 heruntergeladen und installiert (benötigt u.a. neues libexpat1-Paket), hatte dann aber (logischerweise) Abhängigkeits-Probleme mit den php-Modulen:

  php4-curl: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-domxml: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-imap: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-ldap: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-mcal: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-mhash: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-mysql: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-recode: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-snmp: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed
  php4-xslt: Depends: php4-common (= 4:4.3.9-1) but 4:4.3.10-2 is to be installed

Habe mir dann folgendermassen alle heruntergeladen und installiert:

#> wget ftp://ftp.de.debian.org/debian/pool/main/p/php4/php4-*_4.3.10-2_i386.deb
#> dpkg -i php4-*

Man braucht dazu logischerweise auch noch ein paar andere neuere Pakete:

Wenn apt auf testing geschaltet ist, reicht dazu ein apt-get -f install.

Dann nochmal mit

# php -v
PHP 4.3.10-2 (cli) (built: Dec 19 2004 03:41:45)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
testen, ob auch alles funzt, d.h. alle php-Module geladen werden.

Sowas sollte halt nicht auftreten:

# php -v
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/20020429/curl.so' - /usr/lib/php4/20020429/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/20020429/gd.so' - /usr/lib/php4/20020429/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 4.3.10-2 (cli) (built: Dec 19 2004 03:41:45)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

Und dann:

# /etc/init.d/apache2 reload

 


ProjectsTodo  

16 Dec 2004 - 10:32 - r1.7   Main.joko

Programs/Tools to write

Things to finish

Main.Linux - get into

Wiki

 


Quepasa-cka  

26 Nov 2004 - 16:41 - NEW   Main.joko


HTTP:

configure:
/data/www/virtual/cka/*

include in /data/www/global/conf/httpd.conf


SMTP:
nano /etc/mail/local-host-names
nano /etc/mail/virtusertable
/etc/init.d/sendmail reload

 


Quepasa-dispatchmail-not-working-after-sendmail-upgrade  

26 Nov 2004 - 16:53 - NEW   Main.joko

Sep 29 02:11:26 quepasa sm-mta[21837]: i8T0BQKr021837: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=joko_mail (1000/100), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=34279, dsn=5.0.0, stat=Service unavailable
Sep 29 02:11:26 quepasa sm-mta[21837]: i8T0BQKr021837: i8T0BQKs021837: return to sender: Service unavailable
Sep 29 02:11:26 quepasa smrsh: uid 1000: attempt to use dispatchmail --base=/home/joko/virtual/joko_mail (stat failed)
Sep 29 02:11:26 quepasa sm-mta[21837]: i8T0BQKs021837: to=|"/data/opt/dispatchmail/bin/dispatchmail --base=/home/joko/virtual/joko_mail", ctladdr=joko_mail (1000/100), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=35303, dsn=5.0.0, stat=Service unavailable
Sep 29 02:11:26 quepasa sm-mta[21837]: i8T0BQKr021837: Saved message in /var/lib/sendmail/dead.letter

#> cd /etc/mail/smrsh
#> ln -s /data/opt/dispatchmail/bin/dispatchmail .

 


QuepasaKernelUpdate  

26 Nov 2004 - 16:53 - NEW   Main.joko

Configuration


quepasa.netfrag.org - Kernel Update (current: 2.4.21)

  1. Kernel Image
     downloaded kernel from: http://www.stearns.org/uml/linux-2.4.27-pre1-uml24242-netfilter20040427.bz2

     root@quepasa:/lib/modules# uname -a
     Linux quepasa 2.4.27-pre1-2um #4 Wed Apr 28 02:16:35 EDT 2004 i686 unknown unknown GNU/Linux

  2. Kernel Modules
     #> apt-get search kernel-image-2.4.27
     #> apt-get install kernel-image-2.4.27-1-686

     #> nano /etc/kernel-img.conf
     add `do_initrd = Yes`


quepasa.netfrag.org - trying Kernel 2.6

  downloaded kernel from: http://www.stearns.org/uml/linux-2.6.4-uml2641-pomng20040311-gcc333-fixed-coredump-odirect.bz2

  #> apt-cache search kernel-image-2.6
  #> apt-get install kernel-image-2.6-686

  didn't work, downloaded kernel image from: 
    http://ftp.de.debian.org/debian/pool/main/k/kernel-image-2.6.8-i386/kernel-image-2.6.8-1-686_2.6.8-3_i386.deb
  installed with:
    #> apt-get install module-init-tools
    #> dpkg -i kernel-image-2.6.8-1-686_2.6.8-3_i386.deb
    #> dpkg -i 


linux-2.6.4-uml


Booting


System Clock set. System local time is now Sun Sep 26 01:43:32 CEST 2004.
Not calculating module dependencies: /lib/modules/2.4.27-pre1-2um is read only.
Loading modules: ip_tables modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)
iptable_filter modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)
ipt_REJECT modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)
ipt_LOG modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)
ipt_state modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)
ipt_limit modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)

modprobe: Can't open dependencies file /lib/modules/2.4.27-pre1-2um/modules.dep (No such file or directory)
Checking all file systems...
fsck 1.27 (8-Mar-2002)

-------------------------------------------------------------

System time was Sun Sep 26 12:51:33 UTC 2004.
Setting the System Clock using the Hardware Clock as reference...
execvp of 'xterm' failed - errno = 2
xterm_open : run_helper failed, errno = 2
hwclock is unable to get I/O port access:  the iopl(3) call failed.
System Clock set. System local time is now Sun Sep 26 14:51:34 CEST 2004.
Calculating module dependencies... done.
Loading modules: ip_tables /lib/modules/2.4.27-1-686/kernel/net/ipv4/netfilter/
p_tables.o: kernel-module version mismatch
        /lib/modules/2.4.27-1-686/kernel/net/ipv4/netfilter/ip_tables.o was com
iled for kernel version 2.4.27-1-686
        while this kernel is version 2.4.27-pre1-2um.

 


QuepasaSHV4  

02 Dec 2004 - 16:55 - r1.2   Main.joko

Start with these tools:

A - search for rootkits

chkrootkit:
Checking `ifconfig'... INFECTED
Checking `pstree'... INFECTED
Searching for t0rn's v8 defaults... Possible t0rn v8 \(or variation\) rootkit installed
Searching for Showtee... Warning: Possible Showtee Rootkit installed
Searching for Romanian rootkit...  /usr/include/file.h /usr/include/proc.h
Checking `bindshell'... INFECTED (PORTS:  465)
Checking `lkm'... You have     1 process hidden for ps command
Warning: Possible LKM Trojan installed
Checking `sniffer'... eth0: PF_PACKET(/usr/sbin/iptotal)

rkhunter:
--------------------------------------------------------------------------------
Rootkit Hunter found some bad or unknown hashes. This can be happen due replaced
binaries or updated packages (which give other hashes). Be sure your hashes are
fully updated (rkhunter --update). If you're in doubt about these hashes, contact
the author (fill in the contact form).
--------------------------------------------------------------------------------


   Rootkit 'SHV4'...                                          [ Warning! ]

             --------------------------------------------------------------------------------
             Found parts of this rootkit/trojan by checking the default files and directories
             Please inspect the available files, by running this check with the parameter
             --createlogfile and check the log file (current file: /var/log/rkhunter.log).
             --------------------------------------------------------------------------------

* Application version scan
   - GnuPG 1.2.4                                              [ Vulnerable ]
   - OpenSSL 0.9.7a                                           [ Vulnerable ]
   - PHP 4.3.9-1                                              [ Unknown ]
   - PHP 4.3.9-1                                              [ Unknown ]
   - Procmail MTA 3.22                                        [ OK ]
   - OpenSSH 3.8.1p1                                          [ OK ]

B - more detailed investigation


#> lsof -i
3         12481   root    3u  IPv4 139597       TCP *:2345 (LISTEN)

# telnet localhost 2345
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-1.5-2.0.13

#> cat /proc/13066/cmdline
ttyload

# which ttyload
/sbin/ttyload

# ls -l /sbin/ttyload
-rwxr-xr-x   1 122      114        212747 Jul 16 13:37 /sbin/ttyload

# kill 12481
# rm /sbin/ttyload
rm: remove write-protected regular file `/sbin/ttyload'? y
rm: cannot remove `/sbin/ttyload': Operation not permitted

# last
bd       pts/0        pd950ea5a.dip.t- Tue Nov 30 19:05   still logged in
reboot   system boot  2.4.21-pre5-1um  Tue Nov 30 19:04          (00:38)
bd       pts/5        pd950ea5a.dip.t- Tue Nov 30 17:52 - down   (00:46)
bd       pts/0        pd950ea5a.dip.t- Tue Nov 30 17:51 - down   (00:47)
bd       pts/4        pd950ea5a.dip.t- Tue Nov 30 16:52 - down   (01:46)
natraj   pts/2        pd9eb7a77.dip0.t Tue Nov 30 14:38 - 18:00  (03:21)
bd       pts/1        pd950ea5a.dip.t- Tue Nov 30 14:38 - down   (04:00)
bd       pts/0        pd950ea5a.dip.t- Tue Nov 30 14:32 - 17:49  (03:17)
reboot   system boot  2.4.21-pre5-1um  Tue Nov 30 14:31          (04:07)
reboot   system boot  2.4.21-pre5-1um  Tue Nov 30 14:24          (04:14)
joko     pts/2        pd950ea5a.dip.t- Tue Nov 30 14:02 - crash  (00:21)
natraj   pts/0        pd9eb7a77.dip0.t Tue Nov 30 11:28 - crash  (02:56)
natraj   pts/0        pd9eb6304.dip0.t Mon Nov 29 14:51 - 17:57  (03:06)
bd       pts/1        p54802510.dip.t- Mon Nov 29 09:59 - 13:49  (03:50)
bd       pts/0        p54802510.dip.t- Mon Nov 29 08:16 - 10:25  (02:09)
reboot   system boot  2.4.21-pre5-1um  Mon Nov 29 08:10         (1+10:28)

wtmp begins Sun Nov 28 06:37:56 2004

C - more trails

# nano /root/.bash_history
export TERM=vt100
vi /etc/passwd
passswd bin
passwd bin

# find / -uid 122
/usr/bin/md5sum
/usr/bin/find
/usr/bin/top
/usr/bin/pstree
/usr/sbin/lsof
/bin/ls
/bin/ps
/bin/netstat
find: /proc/25248/fd/4: No such file or directory
/sbin/ifconfig

# cat /proc/25248/cmdline


xukay:/home/uml/quepasa/rootfs/mnt# find . -uid 122
./usr/bin/md5sum
./usr/bin/find
./usr/bin/top
./usr/bin/pstree
./usr/lib/libsh/.bashrc
./usr/lib/libsh/.sniff/shsniff
./usr/lib/libsh/.sniff/shp
./usr/lib/libsh/shsb
./usr/lib/libsh/hide
./usr/sbin/lsof
./bin/ls
./bin/ps
./bin/netstat
./lib/libsh.so/shhk
./lib/libsh.so/shhk.pub
./lib/libsh.so/shrs
./sbin/ifconfig
./sbin/ttyload
./sbin/ttymon


# find / -gid 114
/usr/bin/du
/usr/bin/oldps
/usr/bin/whereis
/usr/include/flio.h
/usr/lib/libsh/.bashrc
/usr/lib/libsh/.sniff/shsniff
/usr/lib/libsh/.sniff/shp
/usr/lib/libsh/shsb
/usr/lib/libsh/hide
/lib/libsh.so/shdcf
/lib/libsh.so/shhk
/lib/libsh.so/shhk.pub
/lib/libsh.so/shrs
find: /proc/1014/fd/4: No such file or directory

D - remove it!

# chattr -sia /usr/lib/libsh
# rm -r /usr/lib/libsh/

# chattr -sia /lib/libsh.so
# rm -r /lib/libsh.so

[...]

E - refresh system

find @ http://packages.debian.org/

# apt-get install findutils 

ls:
# apt-get install fileutils coreutils
# cd /var/cache/apt/archives/
root@quepasa:/var/cache/apt/archives# dpkg -i coreutils_5.2.1-2_i386.deb

ps:
# apt-get install procps

lsof:
# apt-get install lsof

md5sum:
# apt-get install dpkg

pstree:
# apt-get install psmisc

ifconfig/netstat:
# apt-get install net-tools


# apt-get install netkit-inetd
# apt-get install textutils
# apt-get install shellutils
# apt-get install qpopper
# apt-get install vsftpd
# apt-get install rsync
# apt-get install uw-imapd-ssl
# apt-get install libssl0.9.7
# apt-get install ssh
# apt-get install cron
# apt-get install inn
# apt-get install util-linux

F - Todo

G - Infos

 


ResizeFilesystem  

26 Nov 2004 - 16:42 - NEW   Main.joko

from: http://user-mode-linux.sourceforge.net/resize.html

#> e2fsck -f data3_fs.ext3
#> dd if=/dev/zero of=data3_fs.ext3 bs=1 count=1 seek=6G conv=notrunc
#> resize2fs -p data3_fs.ext3

shrink: ext2resize

#> /sbin/tune2fs -O ^has_journal /dev/hdb1
#> umount /dev/hdbX

10M = 10240 blocks.
6G = 1572864 blocks.

 


ResumeTechKeywords  

24 Nov 2004 - 14:20 - r1.2   Main.joko

 


RsyncPointers  

26 Nov 2004 - 16:44 - NEW   Main.joko

rsync:
http://www.netadmintools.com/html/5rsyncd.conf.man.html
http://finmath.uchicago.edu/~wilder/Security/rsync/

solution for "just accepts connections from localhost" problem:
http://www.enac.northwestern.edu/~tew/archives/2003/10/27/rsync-inetd-etc/

http://www.freeos.com/articles/4042/
http://samba.anu.edu.au/ftp/rsync/rsyncd.conf.html
http://lists.samba.org/archive/rsync/2002-December/004412.html

 


SpawnsEdge  

29 Nov 2004 - 09:26 - NEW   Main.spawn

SpawnsCorner?

 


SpeedUpEmail  

24 Nov 2004 - 10:54 - NEW   Main.joko

 


Testing  

03 Feb 2006 - 17:28 - NEW   Main.joko

14443c14199a0cfb3907f65b9d1e21f0

 


UmlResizeFilesystem  

22 Nov 2006 - 02:41 - NEW   Main.joko

Resize UML Filesystem

see
http://user-mode-linux.sourceforge.net/resize.html

   quepasa # halt   

   papaya:/home/uml/quepasa/datafs #
   #> e2fsck -f data_fs.ext3
   #> dd if=/dev/zero of=data_fs.ext3 bs=1M count=1 seek=6000 conv=notrunc
   #> resize2fs -p data_fs.ext3

The "dd" command above resizes the filesystem to 6 Gigabytes. The option "conv=notrunc" should prohibit truncation less than previous size if you specify the file beeing to small.

-- Main.joko - 22 Nov 2006

 


WebChanges  

16 Aug 2001 - 19:58 - NEW   PeterThoeny?

Topics in Pad web: Changed: now 18:06 GMT Changed by:
WebStatistics 02 May 2024 - 12:07 - r1.2 TWikiGuest?
May 2012 2924 0 0 98 86 Home 81 81 WebIndex 73 72 Joko-2004-09-06 61 60 Joko-2004-09-07 56 55 IntelIndeoProblems 55 InterestingWindowsSoftware Jun 2012 2721 0 0 106 ...  
Joko-2004-11-04-quepasa 07 Jun 2009 - 22:44 - r1.4 Main.joko
TOC Apache 2 on quepasa # pkginstall apache2 # pkginstall libapache2-mod-perl2 # pkginstall libapache2-mod-php4 new TWiki for lashlarue.de: .htaccess: Redirect ...  
Joko-2004-09-20Migration-sorceress-quepasa 07 Jun 2009 - 22:43 - r1.3 Main.joko
move/merge/migrate sorceress.netfrag.org to quepasa.netfrag.org: sorceress.netfrag.org: old ip-address: 213.133.125.248 new ip-address: 213.133.125.247 1. Accounts ...  
UmlResizeFilesystem 22 Nov 2006 - 02:41 - NEW Main.joko
Resize UML Filesystem see: http://user-mode-linux.sourceforge.net/resize.html quepasa # halt papaya:/home/uml/quepasa/datafs # # e2fsck f data fs.ext3 # dd if /dev ...  
Joko-2004-09-21Migration-quepasa-mango 22 Nov 2006 - 02:36 - r1.4 Main.joko
move/merge/migrate quepasa.netfrag.org to mango.rtme.net: general information quepasa.netfrag.org  
Home 03 Feb 2006 - 17:47 - r1.3 Main.joko
Some notes ... JokosNotepad SpawnsEdge  
Testing 03 Feb 2006 - 17:28 - NEW Main.joko
VISUALCONFIRMHASH  
LdapCentricArchitecture 30 Dec 2004 - 14:20 - r1.4 Main.joko
TOC Clients and Tools LDAP LDAP Browser/Editor (java) GQ phpLDAPadmin LDAP Explorer Tool web2ldap LDAPExplorer (php) Graphical LDAP tools  
PHP4310 21 Dec 2004 - 14:01 - NEW Main.joko
References Large security holes found in PHP Zahlreiche Schwachstellen in Skriptsprache PHP (Heise News) PHP Input Validation Vulnerabilities Multiple vulnerabilities ...  
JokosNotepad 21 Dec 2004 - 12:18 - r1.8 Main.joko
topics CollectedQuotes IdeasForBooks ResumeTechKeywords GoodSound misc pointers Topics SampleTasks synchronization.html ProjectsTodo 2004  
ProjectsTodo 16 Dec 2004 - 10:32 - r1.7 Main.joko
TOC Programs/Tools to write graphical rule/process editor (for Asterisk, vbox3, etc.), maybe look at ... before: Skencil gui frontend (wxPython) for bacula Things ...  
PCTVSatCIOnSuSE92 15 Dec 2004 - 15:33 - NEW Main.joko
Via janosch: Got Pinnacle working with SuSE 9.2: http://pinnaclefanboard.com/showpost.php?p 52586 postcount 21  
AboutInversionOfControl 09 Dec 2004 - 10:10 - NEW Main.joko
Pyrasun 2.0 The Spille Blog: Inversion of Control Containers  
QuepasaSHV4 02 Dec 2004 - 16:55 - r1.2 Main.joko
TOC Start with these tools: chkrootkit rkhunter A search for rootkits chkrootkit: Checking `ifconfig'... INFECTED Checking `pstree'... INFECTED Searching for t0rn ...  
BusinessProcess 30 Nov 2004 - 11:45 - r1.2 Main.joko
Business Process Microsoft XLANG Web Services for Business Process Design IBM WSFL Web Services Flow Language BPEL4WS Business Process Execution Language for Web ...  
SpawnsEdge 29 Nov 2004 - 09:26 - NEW Main.spawn
SpawnsCorner  
AddressBooksAndCalendars 26 Nov 2004 - 17:52 - r1.2 Main.joko
Mozilla Sunbird Created Calendar here .... Can publish iCalendar (.ics) to WebDAV resource via https Can export Calendar in HTML format Mozilla Thunderbird ...  
Netsh 26 Nov 2004 - 16:54 - NEW Main.joko
netsh-example.bat: Example of netsh usage does not work! # netsh # # Schnittstellenkonfiguration # pushd interface reset all  
Quepasa-dispatchmail-not-working-after-sendmail-upgrade 26 Nov 2004 - 16:53 - NEW Main.joko
Sep 29 02:11:26 quepasa sm-mta 21837 : i8T0BQKr021837: to "/data/opt/dispatchmail/bin/dispatchmail base /home/joko/virtual/joko mail", ctladdr joko mail (1000/100 ...  
QuepasaKernelUpdate 26 Nov 2004 - 16:53 - NEW Main.joko
Configuration quepasa.netfrag.org Kernel Update (current: 2.4.21) 1. Kernel Image downloaded kernel from: http://www.stearns.org/uml/linux-2.4.27-pre1-uml24242-netfilter20040427 ...  
RsyncPointers 26 Nov 2004 - 16:44 - NEW Main.joko
rsync: http://www.netadmintools.com/html/5rsyncd.conf.man.html http://finmath.uchicago.edu/~wilder/Security/rsync/ solution for "just accepts connections from localhost ...  
ResizeFilesystem 26 Nov 2004 - 16:42 - NEW Main.joko
from: http://user-mode-linux.sourceforge.net/resize.html # e2fsck f data3 fs.ext3 # dd if /dev/zero of data3 fs.ext3 bs 1 count 1 seek 6G conv notrunc # resize2fs ...  
Quepasa-cka 26 Nov 2004 - 16:41 - NEW Main.joko
HTTP: configure: /data/www/virtual/cka/ include in /data/www/global/conf/httpd.conf SMTP: nano /etc/mail/local-host-names nano /etc/mail/virtusertable /etc/init.d ...  
BackupTools 26 Nov 2004 - 16:37 - NEW Main.joko
Backup: bacula: http://scottstuff.net/scott/archives/000246.html http://lists.debian.org/debian-devel/2004/05/msg00399.html Bacula: Cross-Platform Client-Server Backups ...  
EncryptedLoopDevice 26 Nov 2004 - 16:30 - NEW Main.joko
Encrypted Root Filesystem HOWTO: http://linuxfromscratch.org/~devine/erfs-howto.html Vulnerability in encrypted loop device for Linux: http://off.net/~jme/loopdev ...  
FunnySmtpConnection 26 Nov 2004 - 14:56 - NEW Main.joko
220 rigel SMTP ready, Who are you gonna pretend to be today? helo a.b.com 250 rigel Is thrilled beyond bladder control to meet a.b.com mail from: a@b.com 250 sender ...  
Joko-2002-12 26 Nov 2004 - 14:19 - NEW Main.joko
mysql: look at mysqldump X X, xml dump a database as well formed XML perl on debian @ /usr/lib/perl5 /usr/lib/perl/5.6.1/ /usr/local/lib/perl/5.6.1/ /usr/share ...  
Joko-2002-11 26 Nov 2004 - 03:04 - NEW Main.joko
refactor Data:: to DTS:: mk PerlDTS (Perl Data Transportation System) DTS::Locator DTS::Transport DTS::Transform Perl Enterprise EnterPerl??? EasyPerl??? ...  
Joko-2002-10 26 Nov 2004 - 02:43 - NEW Main.joko
anyRouter cares for ... context (web-session to legacy (unix) app) conversion (content-format) addressing (from to) javascript-component "one-field-finder ...  
Joko-2002-09 26 Nov 2004 - 02:37 - NEW Main.joko
SyncingOutlookContacts A) use Win32::OLE to read contacts from Outlook and Net::LDAP to write them to an LDAP server (win32 only) problem: Net::LDAP might not work ...  
Joko-2002-08 26 Nov 2004 - 02:34 - NEW Main.joko
replication ( distribution synchronisation): replicate file systems use rsync and layer another tool on top of it! (to do the actual distribution ) replicate ...  
Joko-2001-10 26 Nov 2004 - 02:25 - NEW Main.joko
grasshopper 2001-10-23 to todo: cvs, document, publish (!!!) todo: ldap as backend for everything todo: umltools todo: virtual hosting hosts: h1.service.netfrag ...  
Joko-2002-03 26 Nov 2004 - 02:19 - NEW Main.joko
sound: soul williams, adam f., photek, shrinkwarp, sound: GabrielLeMar 2002-03-19: additional initial configuration steps for freevsd-vhosts: mkdir /var/lib/slocate ...  
Joko-2003-01 26 Nov 2004 - 02:12 - NEW Main.joko
R ts: enhance nfo/perl/libs R outlook2ldap implement (make ready) and announce!!! R write a bit about Data::Storage and Data::Transfer::Sync and publish at http ...  
Joko-2001-12 26 Nov 2004 - 02:10 - NEW Main.joko
legolas: move "inbox to 2001-06-11" wornet/"from:2001-03-01 to: 2001-06-11" package and publish nfo-software: nfoVboxTools dialer WCron eLib FDE ciss  
WebPreferences 26 Nov 2004 - 01:58 - r1.2 Main.joko
TWiki.Pad Web Preferences The following settings are web preferences of the TWiki.Pad web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ...  
XmlEditors 26 Nov 2004 - 00:41 - NEW Main.joko
Xerlin (formerly the Merlot XML Editor) http://home.hiwaay.net/~taylorc/software/apps/other/merlotxml/ Xeena http://www.alphaworks.ibm.com/tech/xeena XmlSpy http ...  
AddressConversionTools 26 Nov 2004 - 00:32 - NEW Main.joko
ldif2trade filters an ldif file and spits out tradeclient format http://tradeclient.sourceforge.net/ldif2trade.pl ldif2csv converts LDIF files into CSV files http ...  
WebMailPackages 24 Nov 2004 - 15:15 - NEW Main.joko
aeromail Web-based e-mail client ilohamail Light weight yet full featured multilingual web-based IMAP/POP3 client imapproxy IMAP protocol proxy openwebmail WebMail ...  
LinuxOnStage 24 Nov 2004 - 14:42 - NEW Main.joko
First focus: Three services: imap, smtp, ftp Second focus: All services (e.g. for intranet purposes): samba, http Additional services: nntp, ldap Stage 1: early days ...  
ResumeTechKeywords 24 Nov 2004 - 14:20 - r1.2 Main.joko
Development: Languages: Perl (+CPAN), PHP (+PEAR), Python, Visual Basic (+VBS, VBA, ASP), a bit of Ruby Standards/Technology: SQL, ORM, XML, XSLT Linux/Sysadmin: ...  
InterestingDebianPackages 24 Nov 2004 - 13:52 - NEW Main.joko
pkgsearch php: aeromail Web-based e-mail client eskuel A MySQL databases administration interface in PHP-scripts fibusql Web based double-entry accounting freeradius ...  
IntelIndeoProblems 24 Nov 2004 - 13:51 - NEW Main.joko
1. Nothing didn't work searched at google for "intel indeo codec problems" MovieCodec.com » Message Board » Video Codecs » Indeo V5 codec http://www.moviecodec.com ...  
FullTextIndexer 24 Nov 2004 - 13:49 - NEW Main.joko
DocIndexer: http://www.methods.co.nz/docindexer/ DocIndexer is a toolkit for indexing and searching document directories. DocIndexer includes command-line utilities ...  
FreeAntivirusSoftware 24 Nov 2004 - 13:46 - NEW Main.joko
AVG Anti-Virus FREE Edition: http://free.grisoft.com/freeweb.php/doc/2/ ClamAV: http://www.clamav.net/ http://www.clamwin.net/ http://www.sosdg.org/clamav-win32/index ...  
CollectedQuotes 24 Nov 2004 - 13:40 - NEW Main.joko
Jon Udell, November 1, 2000 in "Tangled in the Threads Are servers obselete?" via: http://udell.roninhouse.com/bytecols/2000-11-01.html ... Assuming is dangerous ...  
NetworkProgramming 24 Nov 2004 - 13:35 - NEW Main.joko
Twisted Python Web Server http://cardboard.nu/blog/2004 02 06/twisted python web server.html Twisted-Python code for game server http://twistedmatrix.com/pipermail ...  
MemoryCards 24 Nov 2004 - 11:21 - NEW Main.joko
http://www.digital-photography.org/flash memory cards digital/SanDisk digital camera card.jpg http://www.buymemorycard.co.uk/images/main2.jpg http://www.hotline-int ...  
Joko-2004-11-09-quepasa 24 Nov 2004 - 11:13 - NEW Main.joko
(o) awstats: merge access log for cka before running "awupdate" (x) remove symlinks in home directories and use "mount bind" instead remove /etc/vsftpd.chroot users ...  
EmailConversionTools 24 Nov 2004 - 10:55 - NEW Main.joko
Mozilla filter rules to Sieve converter v0.7: http://www.folgmann.com/en/webapps/mozilla2sieve.html Exporting Microsoft Outlook Email Folders and Contacts into .mbox ...  

Number of topics: 50

 


WebHome  

24 Nov 2001 - 11:40 - r1.2   PeterThoeny?

Welcome to the home of netfrag.org.Pad. This is a web-based collaboration area for ...

Maintenance of the Pad web

Notes:

netfrag.org webs currently online: Use to:
netfrag.org.Main Welcome to TWiki... Users, Groups?, Offices? - tour this expandable virtual workspace.     [ Changes | Search ] Get a first-hand feel for TWiki possibilities...
netfrag.org.TWiki? TWikiRegistration; TWiki history & Wiki style; FAQs, Quick Starts, User Guide & Reference Manual. All the info...     [ Changes | Search ] Discover TWiki, and how to start your own site.
netfrag.org.Know? Knowledge base set-up - FormTemplates add a framework for organizing and classifying content.     [ Changes? | Search? ] Try free-form collaboration in a structured shell!
netfrag.org.Test? Sandbox test area with all features enabled.     [ Changes? | Search? ] Experiment in an unrestricted hands-on web.
You can use color coding by web for identification and reference. Contact webmaster@netfrag.org if you need a separate collaboration web for your team. New TWiki webs can be added easily. To modify this table: { View | Edit }

 


WebIndex  

24 Nov 2001 - 11:41 - r1.2   PeterThoeny?

Topics in Pad web: Changed: now 18:06 GMT Changed by:
AboutInversionOfControl 09 Dec 2004 - 10:10 - NEW Main.joko
Pyrasun 2.0 The Spille Blog: Inversion of Control Containers  
AddressBooksAndCalendars 26 Nov 2004 - 17:52 - r1.2 Main.joko
Mozilla Sunbird Created Calendar here .... Can publish iCalendar (.ics) to WebDAV resource via https Can export Calendar in HTML format Mozilla Thunderbird ...  
AddressConversionTools 26 Nov 2004 - 00:32 - NEW Main.joko
ldif2trade filters an ldif file and spits out tradeclient format http://tradeclient.sourceforge.net/ldif2trade.pl ldif2csv converts LDIF files into CSV files http ...  
BackupTools 26 Nov 2004 - 16:37 - NEW Main.joko
Backup: bacula: http://scottstuff.net/scott/archives/000246.html http://lists.debian.org/debian-devel/2004/05/msg00399.html Bacula: Cross-Platform Client-Server Backups ...  
BusinessProcess 30 Nov 2004 - 11:45 - r1.2 Main.joko
Business Process Microsoft XLANG Web Services for Business Process Design IBM WSFL Web Services Flow Language BPEL4WS Business Process Execution Language for Web ...  
CollectedQuotes 24 Nov 2004 - 13:40 - NEW Main.joko
Jon Udell, November 1, 2000 in "Tangled in the Threads Are servers obselete?" via: http://udell.roninhouse.com/bytecols/2000-11-01.html ... Assuming is dangerous ...  
EmailConversionTools 24 Nov 2004 - 10:55 - NEW Main.joko
Mozilla filter rules to Sieve converter v0.7: http://www.folgmann.com/en/webapps/mozilla2sieve.html Exporting Microsoft Outlook Email Folders and Contacts into .mbox ...  
EncryptedLoopDevice 26 Nov 2004 - 16:30 - NEW Main.joko
Encrypted Root Filesystem HOWTO: http://linuxfromscratch.org/~devine/erfs-howto.html Vulnerability in encrypted loop device for Linux: http://off.net/~jme/loopdev ...  
FreeAntivirusSoftware 24 Nov 2004 - 13:46 - NEW Main.joko
AVG Anti-Virus FREE Edition: http://free.grisoft.com/freeweb.php/doc/2/ ClamAV: http://www.clamav.net/ http://www.clamwin.net/ http://www.sosdg.org/clamav-win32/index ...  
FullTextIndexer 24 Nov 2004 - 13:49 - NEW Main.joko
DocIndexer: http://www.methods.co.nz/docindexer/ DocIndexer is a toolkit for indexing and searching document directories. DocIndexer includes command-line utilities ...  
FunnySmtpConnection 26 Nov 2004 - 14:56 - NEW Main.joko
220 rigel SMTP ready, Who are you gonna pretend to be today? helo a.b.com 250 rigel Is thrilled beyond bladder control to meet a.b.com mail from: a@b.com 250 sender ...  
GoodSound 06 Nov 2004 - 17:50 - NEW Main.joko
Stream name: Bassdrive Music Beyond 24/7 Drum and Bass Jungle Radio Featuring Live Shows Current title: Leviticus Burial (Chronic 2) Current title: Visionary Level ...  
Home 03 Feb 2006 - 17:47 - r1.3 Main.joko
Some notes ... JokosNotepad SpawnsEdge  
IdeasForBooks 24 Sep 2004 - 02:42 - NEW Main.joko
from T3: "every signal worldwide is currupted; bit failures etc."  
IntelIndeoProblems 24 Nov 2004 - 13:51 - NEW Main.joko
1. Nothing didn't work searched at google for "intel indeo codec problems" MovieCodec.com » Message Board » Video Codecs » Indeo V5 codec http://www.moviecodec.com ...  
InterestingDebianPackages 24 Nov 2004 - 13:52 - NEW Main.joko
pkgsearch php: aeromail Web-based e-mail client eskuel A MySQL databases administration interface in PHP-scripts fibusql Web based double-entry accounting freeradius ...  
Joko-2001-10 26 Nov 2004 - 02:25 - NEW Main.joko
grasshopper 2001-10-23 to todo: cvs, document, publish (!!!) todo: ldap as backend for everything todo: umltools todo: virtual hosting hosts: h1.service.netfrag ...  
Joko-2001-12 26 Nov 2004 - 02:10 - NEW Main.joko
legolas: move "inbox to 2001-06-11" wornet/"from:2001-03-01 to: 2001-06-11" package and publish nfo-software: nfoVboxTools dialer WCron eLib FDE ciss  
Joko-2002-03 26 Nov 2004 - 02:19 - NEW Main.joko
sound: soul williams, adam f., photek, shrinkwarp, sound: GabrielLeMar 2002-03-19: additional initial configuration steps for freevsd-vhosts: mkdir /var/lib/slocate ...  
Joko-2002-08 26 Nov 2004 - 02:34 - NEW Main.joko
replication ( distribution synchronisation): replicate file systems use rsync and layer another tool on top of it! (to do the actual distribution ) replicate ...  
Joko-2002-09 26 Nov 2004 - 02:37 - NEW Main.joko
SyncingOutlookContacts A) use Win32::OLE to read contacts from Outlook and Net::LDAP to write them to an LDAP server (win32 only) problem: Net::LDAP might not work ...  
Joko-2002-10 26 Nov 2004 - 02:43 - NEW Main.joko
anyRouter cares for ... context (web-session to legacy (unix) app) conversion (content-format) addressing (from to) javascript-component "one-field-finder ...  
Joko-2002-11 26 Nov 2004 - 03:04 - NEW Main.joko
refactor Data:: to DTS:: mk PerlDTS (Perl Data Transportation System) DTS::Locator DTS::Transport DTS::Transform Perl Enterprise EnterPerl??? EasyPerl??? ...  
Joko-2002-12 26 Nov 2004 - 14:19 - NEW Main.joko
mysql: look at mysqldump X X, xml dump a database as well formed XML perl on debian @ /usr/lib/perl5 /usr/lib/perl/5.6.1/ /usr/local/lib/perl/5.6.1/ /usr/share ...  
Joko-2003-01 26 Nov 2004 - 02:12 - NEW Main.joko
R ts: enhance nfo/perl/libs R outlook2ldap implement (make ready) and announce!!! R write a bit about Data::Storage and Data::Transfer::Sync and publish at http ...  
Joko-2004-09-05 06 Sep 2004 - 08:10 - NEW Main.joko
postponed mod perl for twiki@netfrag.org ModPerl ModPerlUnix SelectiveModPerl ModPerlize ChangeToScriptDirForModPerl ModPerlAlternatives SpeedyCGI ModPerlStickyPages ...  
Joko-2004-09-06 21 Oct 2004 - 02:35 - r1.5 Main.joko
Overview: TOC Entries: html2wml /usr/lib/cgi-bin/html2wml xcvs xcvs: patchset.c:121: revision compare: Assertion `x- rev number id ! y- rev number id' failed. Aborted ...  
Joko-2004-09-07 24 Sep 2004 - 15:21 - r1.3 Main.joko
priv http://radio.weblogs.com/0114065/categories/myProfession/ Friday, April 30, 2004 RE: Battelle on Google’s S-1: http://radio.weblogs.com/0114065/categories/myProfession ...  
Joko-2004-09-20Migration-sorceress-quepasa 07 Jun 2009 - 22:43 - r1.3 Main.joko
move/merge/migrate sorceress.netfrag.org to quepasa.netfrag.org: sorceress.netfrag.org: old ip-address: 213.133.125.248 new ip-address: 213.133.125.247 1. Accounts ...  
Joko-2004-09-21Migration-quepasa-mango 22 Nov 2006 - 02:36 - r1.4 Main.joko
move/merge/migrate quepasa.netfrag.org to mango.rtme.net: general information quepasa.netfrag.org old ip-address: 213.133.125.247 ip-address: 213.133.125.6 broadcast ...  
Joko-2004-09-21Todo-general 22 Sep 2004 - 13:27 - r1.2 Main.joko
mini-icons: http://w3future.com/weblog/ update urls at "Syndicate" add migration document to Notebook search for: announce cvsmonitor cvsmonitor, cvshistory, ...  
Joko-2004-09-21Todo-mango 21 Sep 2004 - 19:51 - NEW Main.joko
todo-mango: x. install portsentry mango:/home/service/pkgs/ # dpkg i portsentry 1.2-4 i386.deb # apt-get remove portsentry # cd /tmp/ use portsentry2-bin.tar.gz ...  
Joko-2004-09-21Todo-quepasa 22 Sep 2004 - 12:17 - r1.3 Main.joko
update f-prot virtus signatures # cd /usr/local/f-prot # ./check-updates.sh SpamAssassin / Razor??? as of "man spamassissin" it requires Mail::Audit, Net::DNS ...  
Joko-2004-09-28 28 Sep 2004 - 18:44 - NEW Main.joko
Now using ip-blocklists from DShield.org, a Distributed Intrusion Detection System email obfuscation: using: http://www.ecos.de/~mailarc/embperl/2001-11/msg00093 ...  
Joko-2004-10-05QuepasaMaintenance 06 Nov 2004 - 17:38 - NEW Main.joko
Milter to modify Mail Headers? Problem: Milter can add Headers, but can not change them including the "Subject:" see: http://ftp.cfu.net/pub/amavisd-new/ http://www ...  
Joko-2004-10-07InternetWin98 20 Oct 2004 - 12:50 - r1.2 Main.joko
Mozilla Firefox: Download... Antivir: Download... Kerio: Kerio 4.0.16 download... Kerio 4.1.1 download... Homepage RASPPPOE PPP over Ethernet Protocol by Robert Schlabbach ...  
Joko-2004-11-04-quepasa 07 Jun 2009 - 22:44 - r1.4 Main.joko
TOC Apache 2 on quepasa # pkginstall apache2 # pkginstall libapache2-mod-perl2 # pkginstall libapache2-mod-php4 new TWiki for lashlarue.de: .htaccess: Redirect ...  
Joko-2004-11-09-quepasa 24 Nov 2004 - 11:13 - NEW Main.joko
(o) awstats: merge access log for cka before running "awupdate" (x) remove symlinks in home directories and use "mount bind" instead remove /etc/vsftpd.chroot users ...  
JokosNotepad 21 Dec 2004 - 12:18 - r1.8 Main.joko
topics CollectedQuotes IdeasForBooks ResumeTechKeywords GoodSound misc pointers Topics SampleTasks synchronization.html ProjectsTodo 2004 2004-12-21 4.3.10 2004-12 ...  
LdapCentricArchitecture 30 Dec 2004 - 14:20 - r1.4 Main.joko
TOC Clients and Tools LDAP LDAP Browser/Editor (java) GQ phpLDAPadmin LDAP Explorer Tool web2ldap LDAPExplorer (php) Graphical LDAP tools Applications Use it as a ...  
LinuxOnStage 24 Nov 2004 - 14:42 - NEW Main.joko
First focus: Three services: imap, smtp, ftp Second focus: All services (e.g. for intranet purposes): samba, http Additional services: nntp, ldap Stage 1: early days ...  
MemoryCards 24 Nov 2004 - 11:21 - NEW Main.joko
http://www.digital-photography.org/flash memory cards digital/SanDisk digital camera card.jpg http://www.buymemorycard.co.uk/images/main2.jpg http://www.hotline-int ...  
MicrosoftWindowsSID 06 Nov 2004 - 20:15 - NEW Main.joko
Microsoft Windows SID Von installierten Windows-Versionen sollten keine Festplattenabbilder erstellt werden: http://support.microsoft.com/kb/q162001/ "Während der ...  
Netsh 26 Nov 2004 - 16:54 - NEW Main.joko
netsh-example.bat: Example of netsh usage does not work! # netsh # # Schnittstellenkonfiguration # pushd interface reset all popd # Ende der Schnittstellenkonfiguration ...  
NetworkProgramming 24 Nov 2004 - 13:35 - NEW Main.joko
Twisted Python Web Server http://cardboard.nu/blog/2004 02 06/twisted python web server.html Twisted-Python code for game server http://twistedmatrix.com/pipermail ...  
PCTVSatCIOnSuSE92 15 Dec 2004 - 15:33 - NEW Main.joko
Via janosch: Got Pinnacle working with SuSE 9.2: http://pinnaclefanboard.com/showpost.php?p 52586 postcount 21  
PHP4310 21 Dec 2004 - 14:01 - NEW Main.joko
References Large security holes found in PHP Zahlreiche Schwachstellen in Skriptsprache PHP (Heise News) PHP Input Validation Vulnerabilities Multiple vulnerabilities ...  
ProjectsTodo 16 Dec 2004 - 10:32 - r1.7 Main.joko
TOC Programs/Tools to write graphical rule/process editor (for Asterisk, vbox3, etc.), maybe look at ... before: Skencil gui frontend (wxPython) for bacula Things ...  
Quepasa-cka 26 Nov 2004 - 16:41 - NEW Main.joko
HTTP: configure: /data/www/virtual/cka/ include in /data/www/global/conf/httpd.conf SMTP: nano /etc/mail/local-host-names nano /etc/mail/virtusertable /etc/init.d ...  
Quepasa-dispatchmail-not-working-after-sendmail-upgrade 26 Nov 2004 - 16:53 - NEW Main.joko
Sep 29 02:11:26 quepasa sm-mta 21837 : i8T0BQKr021837: to "/data/opt/dispatchmail/bin/dispatchmail base /home/joko/virtual/joko mail", ctladdr joko mail (1000/100 ...  
QuepasaKernelUpdate 26 Nov 2004 - 16:53 - NEW Main.joko
Configuration quepasa.netfrag.org Kernel Update (current: 2.4.21) 1. Kernel Image downloaded kernel from: http://www.stearns.org/uml/linux-2.4.27-pre1-uml24242-netfilter20040427 ...  
QuepasaSHV4 02 Dec 2004 - 16:55 - r1.2 Main.joko
TOC Start with these tools: chkrootkit rkhunter A search for rootkits chkrootkit: Checking `ifconfig'... INFECTED Checking `pstree'... INFECTED Searching for t0rn ...  
ResizeFilesystem 26 Nov 2004 - 16:42 - NEW Main.joko
from: http://user-mode-linux.sourceforge.net/resize.html # e2fsck f data3 fs.ext3 # dd if /dev/zero of data3 fs.ext3 bs 1 count 1 seek 6G conv notrunc # resize2fs ...  
ResumeTechKeywords 24 Nov 2004 - 14:20 - r1.2 Main.joko
Development: Languages: Perl (+CPAN), PHP (+PEAR), Python, Visual Basic (+VBS, VBA, ASP), a bit of Ruby Standards/Technology: SQL, ORM, XML, XSLT Linux/Sysadmin: ...  
RsyncPointers 26 Nov 2004 - 16:44 - NEW Main.joko
rsync: http://www.netadmintools.com/html/5rsyncd.conf.man.html http://finmath.uchicago.edu/~wilder/Security/rsync/ solution for "just accepts connections from localhost ...  
SpawnsEdge 29 Nov 2004 - 09:26 - NEW Main.spawn
SpawnsCorner?  
SpeedUpEmail 24 Nov 2004 - 10:54 - NEW Main.joko
Benchmarking mbox versus maildir http://www.courier-mta.org/mbox-vs-maildir/ Google GMail Loader (GML) Import your existing email into GMail! http://www.marklyon ...  
Testing 03 Feb 2006 - 17:28 - NEW Main.joko
VISUALCONFIRMHASH  
UmlResizeFilesystem 22 Nov 2006 - 02:41 - NEW Main.joko
Resize UML Filesystem see: http://user-mode-linux.sourceforge.net/resize.html quepasa # halt papaya:/home/uml/quepasa/datafs # # e2fsck f data fs.ext3 # dd if /dev ...  
WebChanges 16 Aug 2001 - 19:58 - NEW PeterThoeny?
INCLUDE{" TWIKIWEB .WebChanges"}  
WebHome 24 Nov 2001 - 11:40 - r1.2 PeterThoeny?
Welcome to the home of TWiki.Pad. This is a web-based collaboration area for ... MeetingMinutes Maintenance of the Pad web (More options in WebSearch) WebChanges: ...  
WebIndex 24 Nov 2001 - 11:41 - r1.2 PeterThoeny?
SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList  
WebMailPackages 24 Nov 2004 - 15:15 - NEW Main.joko
aeromail Web-based e-mail client ilohamail Light weight yet full featured multilingual web-based IMAP/POP3 client imapproxy IMAP protocol proxy openwebmail WebMail ...  
WebNotify 08 Aug 2001 - 05:25 - NEW PeterThoeny?
NOTIFYTOPIC is a subscription service to be automatically notified by email when topics change in the TWiki.Pad web. This is a convenient service, so you do not have ...  
WebPreferences 26 Nov 2004 - 01:58 - r1.2 Main.joko
TWiki.Pad Web Preferences The following settings are web preferences of the TWiki.Pad web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ...  
WebSearch 08 Aug 2001 - 05:26 - NEW PeterThoeny?
INCLUDE{" TWIKIWEB .WebSearch"}  
WebStatistics 02 May 2024 - 12:07 - r1.2 TWikiGuest?
May 2012 2924 0 0 98 86 Home 81 81 WebIndex 73 72 Joko-2004-09-06 61 60 Joko-2004-09-07 56 55 IntelIndeoProblems 55 InterestingWindowsSoftware Jun 2012 2721 0 0 106 ...  
WebTopicList 24 Nov 2001 - 11:40 - NEW PeterThoeny?
TOPICLIST{" $name "} See also the verbose WebIndex.  
WhatIsAtom 23 Nov 2004 - 17:23 - r1.2 Main.joko
AtomEnabled The Atom Project Blogger Help: What is Atom? The Atom Syndication Format Atom Wiki and the Writeable Web atomflow An Atom-Powered Wiki  
XmlEditors 26 Nov 2004 - 00:41 - NEW Main.joko
Xerlin (formerly the Merlot XML Editor) http://home.hiwaay.net/~taylorc/software/apps/other/merlotxml/ Xeena http://www.alphaworks.ibm.com/tech/xeena XmlSpy http ...  

Number of topics: 70

See also the faster WebTopicList

 


WebMailPackages  

24 Nov 2004 - 15:15 - NEW   Main.joko


aeromail - Web-based e-mail client
ilohamail - Light weight yet full featured multilingual web-based IMAP/POP3 client
imapproxy - IMAP protocol proxy
openwebmail - WebMail based on Neomail
postman - High performace web based IMAP and NNTP client
squirrelmail - Webmail for nuts
twig - The Web Information Gateway

#> pkginstall postman
#> dpkg -L postman

tried aeromail 2 from web

#> pkginstall install ilohamail

AeroMail:
http://www.cushman.net/projects/aeromail/index.php

AeroMail 2:
http://www.nicolaas.net/aeromail/

 


WebNotify  

08 Aug 2001 - 05:25 - NEW   PeterThoeny?

WebNotify is a subscription service to be automatically notified by email when topics change in the netfrag.org.Pad web. This is a convenient service, so you do not have to come back and check all the time if something has changed. To subscribe to the service, please put yourself on the list below. The format is: 3 spaces * Main.yourWikiName - yourEmailAddress

Note: It is helpful to insert your name in alphabetical order (by first name -- ignore the "Main.") -- then you can find your name (or not) more easily if you wish to remove it or confirm that you are on the list.

Related topics: TWikiUsers, TWikiRegistration

 


WebPreferences  

26 Nov 2004 - 01:58 - r1.2   Main.joko

netfrag.org.Pad Web Preferences

The following settings are web preferences of the netfrag.org.Pad web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest? in the netfrag.org.Main web)

Preferences:

Notes:

Related Topics:

 


WebSearch  

08 Aug 2001 - 05:26 - NEW   PeterThoeny?

 


WebStatistics  

02 May 2024 - 12:07 - r1.2   TWikiGuest?

May 2012 2924 0 0  98 JokosNotepad
 86 Home
 81 FreeAntivirusSoftware
 81 WebIndex
 73 WebChanges
 72 Joko-2004-09-06
 61 BusinessProcess
 60 Joko-2004-09-07
 56 AddressConversionTools
 55 IntelIndeoProblems
 55 InterestingWindowsSoftware?
 
Jun 2012 2721 0 0 106 FullTextIndexer
 96 JokosNotepad
 75 Home
 72 FreeAntivirusSoftware
 64 Joko-2004-09-06
 62 WebChanges
 59 Joko-2004-09-07
 55 BusinessProcess
 53 WebIndex
 51 LdapCentricArchitecture
 50 WebStatistics
 
Jul 2012 2902 0 0  91 WebChanges
 87 Home
 73 JokosNotepad
 72 FreeAntivirusSoftware
 72 WebStatistics
 66 Joko-2004-09-07
 66 Joko-2004-09-06
 65 WebIndex
 57 BusinessProcess
 54 QuepasaSHV4
 51 Joko-2004-11-04-quepasa
 
Aug 2012 3008 0 0 107 Home
 82 FreeAntivirusSoftware
 72 WebChanges
 72 Joko-2004-09-06
 68 Joko-2004-09-07
 65 JokosNotepad
 63 WebIndex
 61 Joko-2004-11-04-quepasa
 56 WebStatistics
 56 QuepasaSHV4
 54 ProjectsTodo
 
Sep 2012 906 0 0  34 FreeAntivirusSoftware
 32 WebStatistics
 29 Home
 29 Joko-2004-09-06
 21 WebChanges
 19 IntelIndeoProblems
 18 EmailConversionTools
 18 WhatIsAtom
 18 Joko-2004-09-05
 17 WebTopicList
 17 BusinessProcess
 
Oct 2012 1683 0 0  96 Home
 44 WebIndex
 42 Joko-2004-09-06
 42 JokosNotepad
 41 WebChanges
 40 FreeAntivirusSoftware
 33 WebStatistics
 33 LdapCentricArchitecture
 31 IntelIndeoProblems
 31 SpeedUpEmail
 30 QuepasaSHV4
 
Nov 2012 3099 0 0 130 Home
 81 Joko-2004-11-04-quepasa
 81 JokosNotepad
 76 WebChanges
 68 FreeAntivirusSoftware
 65 WebIndex
 62 QuepasaSHV4
 60 LdapCentricArchitecture
 56 WebStatistics
 54 Joko-2004-09-06
 52 BusinessProcess
 
Dec 2012 3720 0 0 162 Joko-2004-11-04-quepasa
137 Home
107 JokosNotepad
101 QuepasaSHV4
 95 WebIndex
 83 FreeAntivirusSoftware
 83 Joko-2004-09-06
 81 WebChanges
 80 BusinessProcess
 78 LdapCentricArchitecture
 75 WebStatistics
 
Jan 2013 3352 0 0 128 Home
100 JokosNotepad
 98 WebStatistics
 89 QuepasaSHV4
 86 WebChanges
 85 WebIndex
 78 BusinessProcess
 74 FreeAntivirusSoftware
 62 LdapCentricArchitecture
 61 Joko-2004-09-06
 60 Joko-2004-11-04-quepasa
 
Feb 2013 3333 0 0 122 Home
100 JokosNotepad
 96 QuepasaSHV4
 78 WebChanges
 67 WebIndex
 67 LdapCentricArchitecture
 66 BusinessProcess
 56 FreeAntivirusSoftware
 56 WebStatistics
 54 NetworkProgramming
 54 ProjectsTodo
 
Mar 2013 3355 0 0 128 Home
 83 QuepasaSHV4
 82 LdapCentricArchitecture
 80 WebChanges
 75 ProjectsTodo
 68 Joko-2004-09-06
 68 JokosNotepad
 67 FreeAntivirusSoftware
 63 BusinessProcess
 62 WebStatistics
 57 Joko-2004-09-07
 
Apr 2013 3884 0 0 165 Home
129 WebChanges
 99 QuepasaSHV4
 92 ProjectsTodo
 91 JokosNotepad
 89 WebIndex
 79 LdapCentricArchitecture
 76 FreeAntivirusSoftware
 75 Joko-2004-11-04-quepasa
 69 WebSearch
 67 Joko-2004-09-06
 
May 2013 387 0 0  16 Joko-2004-11-04-quepasa
 15 Joko-2004-09-06
 12 FreeAntivirusSoftware
 11 ProjectsTodo
 11 Joko-2004-09-07
 11 LdapCentricArchitecture
 10 WebIndex
 10 BusinessProcess
 10 QuepasaSHV4
  9 WhatIsAtom
  9 AddressConversionTools
 
Jun 2013 2989 0 0 155 Home
 96 QuepasaSHV4
 75 LdapCentricArchitecture
 72 Joko-2004-09-06
 72 JokosNotepad
 60 WebChanges
 56 Joko-2004-09-21Migration-quepasa-mango
 56 Joko-2004-11-04-quepasa
 56 WebIndex
 55 ProjectsTodo
 48 FreeAntivirusSoftware
 
Jul 2013 2894 0 0 122 Home
 96 QuepasaSHV4
 72 ProjectsTodo
 70 WebChanges
 68 JokosNotepad
 61 Joko-2004-11-04-quepasa
 59 FreeAntivirusSoftware
 59 Joko-2004-09-06
 52 WebIndex
 52 WebStatistics
 49 LdapCentricArchitecture
 
Aug 2013 4491 0 0 150 Home
118 ProjectsTodo
118 QuepasaSHV4
110 JokosNotepad
106 Joko-2004-09-06
103 Joko-2004-11-04-quepasa
 97 WebStatistics
 85 WebChanges
 84 Joko-2004-09-20Migration-sorceress-quepasa
 83 Joko-2004-09-07
 82 Joko-2004-09-21Todo-quepasa
 
Sep 2013 3705 0 0 127 WebStatistics
121 JokosNotepad
105 Home
 95 QuepasaSHV4
 84 Joko-2004-11-04-quepasa
 84 LdapCentricArchitecture
 83 WebChanges
 77 ProjectsTodo
 71 FreeAntivirusSoftware
 70 Joko-2004-09-06
 64 BusinessProcess
 
Oct 2013 3189 0 0 140 Home
112 QuepasaSHV4
 82 WebStatistics
 81 JokosNotepad
 78 WebChanges
 72 FreeAntivirusSoftware
 64 LdapCentricArchitecture
 62 ProjectsTodo
 60 WebIndex
 57 Joko-2004-09-06
 55 BusinessProcess
 
Nov 2013 3223 0 0 114 Home
 86 QuepasaSHV4
 79 Joko-2004-09-06
 78 JokosNotepad
 77 LdapCentricArchitecture
 75 ProjectsTodo
 69 WebChanges
 69 WebStatistics
 68 FreeAntivirusSoftware
 62 Joko-2004-11-04-quepasa
 60 WebIndex
 
Dec 2013 3718 0 0 152 WebStatistics
126 Home
 92 QuepasaSHV4
 90 JokosNotepad
 83 Joko-2004-09-06
 81 ProjectsTodo
 76 LdapCentricArchitecture
 74 WebChanges
 74 Joko-2004-11-04-quepasa
 71 BusinessProcess
 70 Joko-2004-09-21Migration-quepasa-mango
 
Jan 2014 3349 0 0 134 Home
126 WebIndex
115 Joko-2004-11-04-quepasa
 88 WebStatistics
 88 QuepasaSHV4
 88 Joko-2004-09-06
 86 JokosNotepad
 78 WebChanges
 76 BusinessProcess
 64 FreeAntivirusSoftware
 58 BackupTools
 
Feb 2014 2411 0 0 102 Joko-2004-11-04-quepasa
 94 Home
 62 WebIndex
 61 Joko-2004-09-06
 58 QuepasaSHV4
 56 WebStatistics
 54 WebChanges
 48 FreeAntivirusSoftware
 48 JokosNotepad
 43 AddressBooksAndCalendars
 41 LdapCentricArchitecture
 
Mar 2014 4287 0 0 168 Joko-2004-11-04-quepasa
122 Home
121 WebStatistics
111 JokosNotepad
 96 Joko-2004-09-06
 89 QuepasaSHV4
 89 LdapCentricArchitecture
 87 WebChanges
 85 ProjectsTodo
 85 Joko-2004-09-21Todo-quepasa
 85 WebIndex
 
Apr 2014 3340 0 0 124 WebStatistics
111 Home
 98 WebIndex
 95 Joko-2004-11-04-quepasa
 83 Joko-2004-09-06
 76 JokosNotepad
 73 ProjectsTodo
 69 WebChanges
 63 FreeAntivirusSoftware
 61 FullTextIndexer
 60 BusinessProcess
 
May 2014 2267 0 0  78 Home
 63 WebStatistics
 60 WebIndex
 58 Joko-2004-11-04-quepasa
 54 QuepasaSHV4
 49 FreeAntivirusSoftware
 49 JokosNotepad
 43 Joko-2004-09-21Todo-quepasa
 40 WebChanges
 37 BackupTools
 37 WebSearch
 
Jun 2014 2849 0 0 106 Home
101 WebStatistics
 73 QuepasaSHV4
 69 WebChanges
 69 JokosNotepad
 56 ProjectsTodo
 56 Joko-2004-09-06
 55 FreeAntivirusSoftware
 53 WebSearch
 51 BusinessProcess
 50 WebIndex
 
Jul 2014 3707 0 0 170 Home
165 WebChanges
101 WebStatistics
 99 WebIndex
 96 QuepasaSHV4
 86 Joko-2004-09-06
 83 WebSearch
 82 JokosNotepad
 72 ProjectsTodo
 71 Joko-2004-11-04-quepasa
 71 LdapCentricArchitecture
 
Aug 2014 3338 0 0 131 Home
 96 QuepasaSHV4
 88 WebIndex
 85 WebChanges
 82 WebStatistics
 75 JokosNotepad
 74 ProjectsTodo
 65 Joko-2004-11-04-quepasa
 64 WhatIsAtom
 64 Joko-2004-09-06
 59 Joko-2004-09-21Todo-quepasa
 
Sep 2014 3142 0 0 146 Home
 99 WebChanges
 91 WebStatistics
 82 Joko-2004-11-04-quepasa
 82 QuepasaSHV4
 73 WebIndex
 62 ProjectsTodo
 61 Joko-2004-09-06
 59 JokosNotepad
 57 WhatIsAtom
 56 FreeAntivirusSoftware
 
Nov 2014 2807 0 0 150 WebChanges
119 WebIndex
101 QuepasaSHV4
 93 Home
 70 WebStatistics
 58 Joko-2004-09-06
 51 Joko-2004-11-04-quepasa
 47 FreeAntivirusSoftware
 44 Joko-2004-09-21Todo-quepasa
 42 Joko-2004-11-09-quepasa
 42 LdapCentricArchitecture
 
Dec 2014 2457 0 0 106 WebChanges
 76 QuepasaSHV4
 75 Home
 69 WebIndex
 59 Joko-2004-11-04-quepasa
 56 WebStatistics
 56 Joko-2004-09-06
 49 BusinessProcess
 45 FreeAntivirusSoftware
 44 ProjectsTodo
 42 JokosNotepad
 
Jan 2015 2846 0 0 116 Home
 81 WebChanges
 77 QuepasaSHV4
 66 JokosNotepad
 61 WebStatistics
 59 WebIndex
 57 Joko-2004-11-04-quepasa
 52 FreeAntivirusSoftware
 49 WebSearch
 49 BusinessProcess
 48 ProjectsTodo
 
Feb 2015 3553 0 0 119 Home
 90 JokosNotepad
 84 Joko-2004-11-04-quepasa
 79 Joko-2004-09-06
 78 QuepasaSHV4
 75 ProjectsTodo
 75 WebIndex
 73 WebChanges
 68 LdapCentricArchitecture
 67 Joko-2004-09-20Migration-sorceress-quepasa
 64 Joko-2004-09-07
 
Mar 2015 1102 0 0  32 JokosNotepad
 29 Joko-2004-09-21Migration-quepasa-mango
 27 LdapCentricArchitecture
 26 Joko-2004-09-21Todo-quepasa
 25 ProjectsTodo
 25 FreeAntivirusSoftware
 25 Home
 25 Joko-2004-09-06
 24 Joko-2004-11-04-quepasa
 21 WebIndex
 21 Joko-2004-09-20Migration-sorceress-quepasa
 
Apr 2015 2410 0 0  82 Home
 66 WebIndex
 59 LdapCentricArchitecture
 58 WebChanges
 58 BusinessProcess
 55 QuepasaSHV4
 51 Joko-2004-11-04-quepasa
 45 ProjectsTodo
 44 Joko-2004-09-06
 44 FullTextIndexer
 43 FreeAntivirusSoftware
 
Jun 2015 1388 0 0  67 Home
 42 Joko-2004-09-07
 40 ProjectsTodo
 35 LdapCentricArchitecture
 33 Joko-2004-09-21Migration-quepasa-mango
 31 Joko-2004-11-04-quepasa
 28 JokosNotepad
 26 FreeAntivirusSoftware
 25 WebStatistics
 24 Joko-2004-09-21Todo-quepasa
 24 Joko-2004-09-20Migration-sorceress-quepasa
 
Jul 2015 2464 0 0  73 Home
 69 LdapCentricArchitecture
 65 JokosNotepad
 54 BusinessProcess
 53 Joko-2004-09-21Migration-quepasa-mango
 52 WebChanges
 49 ProjectsTodo
 48 FreeAntivirusSoftware
 48 Joko-2004-09-06
 47 WebIndex
 46 Joko-2004-11-04-quepasa
 
Aug 2015 1377 0 0  62 Home
 43 WebStatistics
 36 BusinessProcess
 36 QuepasaSHV4
 28 Joko-2004-09-21Migration-quepasa-mango
 28 FreeAntivirusSoftware
 28 WebIndex
 27 WebChanges
 25 QuepasaKernelUpdate
 23 ResumeTechKeywords
 23 WebPreferences
 
Sep 2015 3422 0 0 132 Home
100 BusinessProcess
 84 ProjectsTodo
 78 LdapCentricArchitecture
 77 Joko-2004-09-06
 75 JokosNotepad
 74 WebChanges
 73 Joko-2004-11-04-quepasa
 68 WebIndex
 67 FreeAntivirusSoftware
 64 QuepasaSHV4
 
Oct 2015 4577 0 0 184 Home
131 Joko-2004-11-04-quepasa
124 LdapCentricArchitecture
115 JokosNotepad
107 WebChanges
105 ProjectsTodo
100 WebIndex
 86 BusinessProcess
 83 WebSearch
 81 Joko-2004-09-21Migration-quepasa-mango
 78 WebStatistics
 
Nov 2015 4078 0 0 140 Home
129 ProjectsTodo
116 JokosNotepad
 89 Joko-2004-09-06
 88 LdapCentricArchitecture
 87 WebStatistics
 82 Joko-2004-11-04-quepasa
 81 QuepasaSHV4
 73 WebHome
 71 WebIndex
 70 Joko-2004-09-21Todo-quepasa
 
Dec 2015 1893 0 0  70 Home
 54 ProjectsTodo
 53 JokosNotepad
 43 WebChanges
 38 Joko-2004-11-04-quepasa
 35 FreeAntivirusSoftware
 33 WebIndex
 32 Joko-2004-09-21Migration-quepasa-mango
 31 ResumeTechKeywords
 31 WebHome
 31 WebSearch
 
Jan 2016 2015 0 0  91 Home
 78 LdapCentricArchitecture
 70 WebIndex
 66 WebChanges
 54 WebSearch
 47 Joko-2004-09-06
 46 WebStatistics
 44 FullTextIndexer
 42 JokosNotepad
 40 QuepasaSHV4
 39 ProjectsTodo
 
Feb 2016 3623 0 0 166 Joko-2004-09-06
151 LdapCentricArchitecture
147 Home
110 JokosNotepad
103 BusinessProcess
 94 WebIndex
 91 WebChanges
 89 WebSearch
 79 XmlEditors
 78 FullTextIndexer
 71 ProjectsTodo
 
Mar 2016 4225 0 0 157 Home
154 Joko-2004-09-06
112 ProjectsTodo
109 BusinessProcess
 92 JokosNotepad
 83 WebChanges
 81 WebHome
 80 Joko-2004-09-05
 79 WebStatistics
 78 XmlEditors
 75 WebIndex
 
Apr 2016 4833 0 0 194 Home
135 JokosNotepad
133 ProjectsTodo
121 Joko-2004-09-06
110 BusinessProcess
109 WebStatistics
 99 WebIndex
 96 WebHome
 95 QuepasaSHV4
 95 LdapCentricArchitecture
 92 WebChanges
 
May 2016 4932 0 0 194 Home
162 ProjectsTodo
139 JokosNotepad
132 Joko-2004-09-06
110 Joko-2004-11-04-quepasa
107 LdapCentricArchitecture
105 WebIndex
105 WebStatistics
102 WebChanges
 97 Joko-2004-09-07
 92 BusinessProcess
 
Jun 2016 6255 0 0 201 Home
198 ProjectsTodo
193 JokosNotepad
178 LdapCentricArchitecture
169 WebStatistics
148 Joko-2004-09-06
139 WebIndex
135 BusinessProcess
125 Joko-2004-11-04-quepasa
113 Joko-2004-09-21Migration-quepasa-mango
113 WebChanges
 
Jul 2016 3905 0 0 143 Home
106 LdapCentricArchitecture
106 JokosNotepad
 96 WebStatistics
 94 ProjectsTodo
 93 WebChanges
 88 Joko-2004-09-06
 75 BusinessProcess
 72 WebIndex
 71 Joko-2004-09-20Migration-sorceress-quepasa
 70 Joko-2004-09-21Migration-quepasa-mango
 
Aug 2016 5022 0 0 246 Home
174 Joko-2004-11-04-quepasa
133 Joko-2004-09-06
129 JokosNotepad
128 WebStatistics
127 LdapCentricArchitecture
122 BusinessProcess
118 ProjectsTodo
118 WebChanges
118 WebIndex
 90 Joko-2004-09-07
 
Sep 2016 3682 0 0 210 WebChanges
135 Home
102 WebStatistics
100 Joko-2002-09
 89 JokosNotepad
 87 ProjectsTodo
 77 BusinessProcess
 76 LdapCentricArchitecture
 74 Joko-2004-09-06
 67 WebIndex
 65 QuepasaSHV4
 
Oct 2016 6637 0 0 300 WebStatistics
242 WebChanges
228 Home
188 JokosNotepad
178 ProjectsTodo
177 Joko-2004-09-06
158 BusinessProcess
157 Joko-2004-09-07
145 LdapCentricArchitecture
143 Joko-2004-09-21Migration-quepasa-mango
131 Joko-2004-11-04-quepasa
 
Nov 2016 4463 0 0 190 Joko-2004-09-06
166 Home
120 WebStatistics
115 LdapCentricArchitecture
114 WebChanges
112 ProjectsTodo
110 BusinessProcess
106 JokosNotepad
 93 Joko-2004-09-21Migration-quepasa-mango
 91 WebIndex
 80 Joko-2004-09-21Todo-quepasa
 
Dec 2016 4186 0 0 191 Joko-2004-09-06
152 Home
142 BusinessProcess
123 WebStatistics
115 JokosNotepad
111 ProjectsTodo
102 WebChanges
 94 WebIndex
 91 LdapCentricArchitecture
 82 Joko-2004-11-04-quepasa
 77 Joko-2004-09-20Migration-sorceress-quepasa
 
Jan 2017 5644 0 0 312 Joko-2004-09-06
225 WebStatistics
203 BusinessProcess
179 Home
153 JokosNotepad
139 WebChanges
131 ProjectsTodo
111 LdapCentricArchitecture
110 Joko-2004-09-21Todo-quepasa
109 Joko-2004-09-21Migration-quepasa-mango
101 Joko-2004-09-20Migration-sorceress-quepasa
 
Feb 2017 4453 0 0 297 Joko-2004-09-06
207 BusinessProcess
143 Home
127 WebStatistics
103 JokosNotepad
101 WebChanges
 98 ProjectsTodo
 82 WebIndex
 76 Joko-2004-10-07InternetWin98
 71 Joko-2004-11-04-quepasa
 69 Joko-2004-09-21Migration-quepasa-mango
 
Mar 2017 5916 0 0 290 Joko-2004-09-06
241 Joko-2004-11-04-quepasa
222 WebStatistics
206 BusinessProcess
180 Home
161 WebChanges
149 LinuxOnStage
149 JokosNotepad
141 ProjectsTodo
110 LdapCentricArchitecture
107 Joko-2004-09-21Todo-quepasa
 
Apr 2017 4856 0 0 254 Joko-2004-09-06
191 Home
191 BusinessProcess
184 WebStatistics
127 JokosNotepad
120 ProjectsTodo
108 WebChanges
100 Joko-2004-10-07InternetWin98
 96 Joko-2004-11-04-quepasa
 88 Joko-2004-09-07
 87 WebIndex
 
May 2017 4698 0 0 269 Joko-2004-09-06
184 BusinessProcess
172 WebStatistics
152 Home
123 JokosNotepad
105 WebChanges
104 ProjectsTodo
 94 Joko-2004-11-04-quepasa
 93 Joko-2004-10-07InternetWin98
 85 Joko-2004-09-21Migration-quepasa-mango
 85 WebIndex
 
Jun 2017 6851 0 0 334 WebStatistics
333 Joko-2004-09-06
214 BusinessProcess
207 Home
194 JokosNotepad
170 ProjectsTodo
154 LdapCentricArchitecture
144 Joko-2004-11-04-quepasa
140 Joko-2004-09-21Migration-quepasa-mango
134 Joko-2004-10-07InternetWin98
134 WebIndex
 
Jul 2017 5366 0 0 297 Joko-2004-09-06
197 WebStatistics
195 WebChanges
162 WebIndex
152 Home
151 BusinessProcess
146 JokosNotepad
134 ProjectsTodo
120 LdapCentricArchitecture
108 Joko-2004-11-04-quepasa
101 Joko-2004-09-21Migration-quepasa-mango
 
Aug 2017 6122 0 0 300 Joko-2004-09-06
247 WebStatistics
207 BusinessProcess
203 Home
166 WebChanges
161 JokosNotepad
156 WebIndex
154 ProjectsTodo
143 Joko-2004-11-04-quepasa
123 LdapCentricArchitecture
116 Joko-2004-10-07InternetWin98
 
Sep 2017 6057 0 0 302 WebStatistics
273 BusinessProcess
194 Joko-2004-09-06
183 Home
167 JokosNotepad
152 ProjectsTodo
151 Joko-2004-09-21Todo-quepasa
130 LdapCentricArchitecture
123 WebChanges
122 Joko-2004-10-07InternetWin98
117 Joko-2004-09-07
 
Oct 2017 5407 0 0 289 WebChanges
221 WebStatistics
218 BusinessProcess
191 Joko-2004-09-06
186 Home
141 JokosNotepad
134 ProjectsTodo
114 Joko-2004-10-07InternetWin98
109 Joko-2004-09-21Todo-quepasa
105 WebIndex
105 LdapCentricArchitecture
 
Nov 2017 6161 0 0 291 WebStatistics
213 Home
210 WebChanges
195 BusinessProcess
181 JokosNotepad
165 ProjectsTodo
158 Joko-2004-09-06
139 Joko-2004-11-04-quepasa
136 LdapCentricArchitecture
126 WebIndex
121 Joko-2004-09-21Migration-quepasa-mango
 
Dec 2017 6987 0 0 328 WebStatistics
301 BusinessProcess
238 Home
234 LdapCentricArchitecture
231 ProjectsTodo
213 JokosNotepad
199 Joko-2004-09-06
167 QuepasaSHV4
155 Joko-2004-11-04-quepasa
140 WebChanges
140 Joko-2004-09-07
 
Jan 2018 8952 0 0 455 WebStatistics
417 LdapCentricArchitecture
346 ProjectsTodo
341 Home
284 JokosNotepad
276 Joko-2004-09-06
262 BusinessProcess
202 QuepasaSHV4
195 WebChanges
195 Joko-2004-11-04-quepasa
179 Joko-2004-09-07
 
Feb 2018 8271 0 0 416 WebStatistics
403 LdapCentricArchitecture
288 Home
273 ProjectsTodo
259 BusinessProcess
258 Joko-2004-09-06
242 JokosNotepad
213 WebChanges
200 QuepasaSHV4
197 Joko-2004-11-04-quepasa
163 Joko-2004-09-21Migration-quepasa-mango
 
Mar 2018 6964 0 0 332 WebStatistics
309 LdapCentricArchitecture
238 BusinessProcess
227 Joko-2004-09-06
213 Home
211 Joko-2004-11-04-quepasa
190 JokosNotepad
184 ProjectsTodo
139 QuepasaSHV4
134 Joko-2004-09-07
129 Joko-2004-10-07InternetWin98
 
Apr 2018 8532 0 0 411 Joko-2004-11-04-quepasa
357 WebStatistics
298 LdapCentricArchitecture
297 Home
279 Joko-2004-09-06
266 JokosNotepad
264 ProjectsTodo
201 BusinessProcess
176 QuepasaSHV4
174 Joko-2004-09-21Migration-quepasa-mango
163 WebChanges
 
May 2018 6893 0 0 367 WebStatistics
333 LdapCentricArchitecture
255 Joko-2004-11-04-quepasa
254 Joko-2004-09-06
203 JokosNotepad
200 Home
199 ProjectsTodo
154 QuepasaSHV4
153 BusinessProcess
135 WebChanges
130 Joko-2004-10-07InternetWin98
 
Jun 2018 8338 0 0 397 WebStatistics
382 Joko-2004-09-06
375 LdapCentricArchitecture
283 Joko-2004-11-04-quepasa
275 JokosNotepad
258 ProjectsTodo
232 Home
178 QuepasaSHV4
174 Joko-2004-09-21Migration-quepasa-mango
173 BusinessProcess
166 Joko-2004-09-07
 
Jul 2018 5240 0 0 411 Home
209 Joko-2004-09-06
183 WebStatistics
140 ProjectsTodo
138 JokosNotepad
120 BusinessProcess
116 Joko-2004-11-04-quepasa
106 Joko-2004-10-07InternetWin98
105 LdapCentricArchitecture
 94 Joko-2004-09-21Migration-quepasa-mango
 93 WebIndex
 
Aug 2018 3784 0 0 211 Joko-2004-09-06
135 FreeAntivirusSoftware
119 WebStatistics
104 Home
 99 BusinessProcess
 84 WebChanges
 82 ProjectsTodo
 80 JokosNotepad
 76 Joko-2004-10-07InternetWin98
 71 ResumeTechKeywords
 71 LdapCentricArchitecture
 
Sep 2018 3640 0 0 220 Joko-2004-09-06
101 ProjectsTodo
 99 BusinessProcess
 94 Home
 91 WebStatistics
 87 JokosNotepad
 85 WebChanges
 79 Joko-2004-11-04-quepasa
 78 Joko-2004-10-07InternetWin98
 66 FreeAntivirusSoftware
 66 WebIndex
 
Oct 2018 4497 0 0 216 Joko-2004-09-06
156 WebStatistics
112 Home
108 Joko-2004-11-04-quepasa
 99 WebChanges
 97 ProjectsTodo
 96 JokosNotepad
 85 Joko-2004-09-21Migration-quepasa-mango
 85 Joko-2004-09-20Migration-sorceress-quepasa
 83 WebIndex
 81 BusinessProcess
 
Nov 2018 5862 0 0 292 ProjectsTodo
253 Joko-2004-09-06
224 LdapCentricArchitecture
215 WebStatistics
192 Home
191 Joko-2004-11-04-quepasa
156 JokosNotepad
145 Joko-2004-09-07
138 WebIndex
136 Joko-2004-09-21Migration-quepasa-mango
125 Joko-2004-10-07InternetWin98
 
Dec 2018 5486 0 0 259 WebStatistics
231 Joko-2004-09-06
225 Home
170 ProjectsTodo
148 JokosNotepad
143 Joko-2004-11-04-quepasa
142 LdapCentricArchitecture
123 WebChanges
114 Joko-2004-09-21Todo-quepasa
112 Joko-2004-09-21Migration-quepasa-mango
112 QuepasaSHV4
 
Jan 2019 5085 0 0 231 WebStatistics
229 Joko-2004-09-06
165 Joko-2004-11-04-quepasa
147 Home
146 ProjectsTodo
130 LdapCentricArchitecture
122 Joko-2004-09-21Migration-quepasa-mango
120 JokosNotepad
113 BusinessProcess
101 Joko-2004-10-07InternetWin98
101 WebIndex
 
Feb 2019 3037 0 0 171 Joko-2004-09-06
124 WebStatistics
 89 Joko-2004-11-04-quepasa
 88 Home
 86 LdapCentricArchitecture
 77 ProjectsTodo
 72 Joko-2004-09-21Migration-quepasa-mango
 64 JokosNotepad
 63 WebIndex
 62 Joko-2004-09-07
 58 QuepasaSHV4
 
Mar 2019 5212 0 0 278 WebStatistics
263 Joko-2004-09-06
201 Home
153 WebChanges
152 LdapCentricArchitecture
133 Joko-2004-11-04-quepasa
130 JokosNotepad
129 ProjectsTodo
124 Joko-2004-09-21Migration-quepasa-mango
103 Joko-2004-09-07
 94 QuepasaSHV4
 
Apr 2019 9226 0 0 459 Home
333 ProjectsTodo
332 Joko-2004-09-06
313 LdapCentricArchitecture
307 WebStatistics
262 Joko-2004-11-04-quepasa
257 WebIndex
238 Joko-2004-09-21Migration-quepasa-mango
217 Joko-2004-09-07
210 JokosNotepad
177 WebChanges
 
May 2019 33070 0 0 1330 Home
1311 ProjectsTodo
1307 WebStatistics
1044 Joko-2004-09-06
925 Joko-2004-09-21Migration-quepasa-mango
923 Joko-2004-11-04-quepasa
885 LdapCentricArchitecture
808 Joko-2004-09-07
800 JokosNotepad
724 Joko-2004-09-21Todo-quepasa
697 Joko-2004-09-20Migration-sorceress-quepasa
 
Jun 2019 45481 0 0 2658 WebStatistics
1493 ProjectsTodo
1397 Joko-2004-09-06
1307 LdapCentricArchitecture
1304 Joko-2004-11-04-quepasa
1216 Joko-2004-09-21Migration-quepasa-mango
1146 Home
1085 Joko-2004-09-20Migration-sorceress-quepasa
1078 Joko-2004-09-07
1044 Joko-2004-09-21Todo-quepasa
930 JokosNotepad
 
Jul 2019 39304 0 0 2678 WebStatistics
1506 ProjectsTodo
1239 Joko-2004-09-06
1210 Joko-2004-11-04-quepasa
1117 LdapCentricArchitecture
1069 Home
1047 Joko-2004-09-21Migration-quepasa-mango
952 Joko-2004-09-07
915 Joko-2004-09-20Migration-sorceress-quepasa
883 Joko-2004-09-21Todo-quepasa
820 JokosNotepad
 
Aug 2019 47963 0 0 3587 WebStatistics
1923 ProjectsTodo
1547 Joko-2004-09-06
1458 Joko-2004-11-04-quepasa
1338 Home
1338 LdapCentricArchitecture
1280 Joko-2004-09-21Migration-quepasa-mango
1209 Joko-2004-09-07
1109 Joko-2004-09-20Migration-sorceress-quepasa
1102 JokosNotepad
1057 Joko-2004-09-21Todo-quepasa
 
Sep 2019 47027 0 0 3470 WebStatistics
1939 ProjectsTodo
1560 Joko-2004-09-06
1404 Joko-2004-11-04-quepasa
1358 LdapCentricArchitecture
1306 Home
1218 Joko-2004-09-21Migration-quepasa-mango
1156 Joko-2004-09-07
1146 JokosNotepad
1036 Joko-2004-09-20Migration-sorceress-quepasa
1034 Joko-2004-09-21Todo-quepasa
 
Oct 2019 33877 0 0 3712 Joko-2004-09-06
2360 WebStatistics
1302 ProjectsTodo
909 Joko-2004-11-04-quepasa
896 LdapCentricArchitecture
890 Home
799 JokosNotepad
791 Joko-2004-09-21Migration-quepasa-mango
771 Joko-2004-09-07
677 Joko-2004-09-20Migration-sorceress-quepasa
665 Joko-2004-09-21Todo-quepasa
 
Nov 2019 3014 0 0 890 Joko-2004-09-20Migration-sorceress-quepasa
 76 Home
 69 ProjectsTodo
 58 BusinessProcess
 55 Joko-2004-11-04-quepasa
 51 WebStatistics
 49 LdapCentricArchitecture
 47 JokosNotepad
 47 IntelIndeoProblems
 47 Joko-2004-09-06
 38 Joko-2004-09-21Migration-quepasa-mango
 
Dec 2019 467178 463213 0 229981 FileEncryptor?
229948 TreeSize?
3352 TrIDNet?
104 BusinessProcess
103 ProjectsTodo
 95 WebStatistics
 94 JokosNotepad
 77 Home
 76 LdapCentricArchitecture
 74 Joko-2004-09-06
 72 Joko-2004-11-04-quepasa
463213 TWikiGuest?
Jan 2020 674647 671070 0 223810 FileEncryptor?
223694 TrIDNet?
223634 TreeSize?
105 Home
 93 JokosNotepad
 87 ProjectsTodo
 80 WebStatistics
 70 Joko-2004-11-04-quepasa
 68 LdapCentricArchitecture
 64 Joko-2004-09-21Migration-quepasa-mango
 63 PHP4310
671070 TWikiGuest?
Feb 2020 419110 415692 0 138518 TreeSize?
138501 TrIDNet?
138438 FileEncryptor?
362 InterestingWindowsSoftware?
132 Joko-2004-11-04-quepasa
 83 Home
 75 ProjectsTodo
 73 JokosNotepad
 56 WebStatistics
 53 WebChanges
 53 LdapCentricArchitecture
415692 TWikiGuest?
Mar 2020 962704 959532 0 464281 InterestingWindowsSoftware?
217384 TrIDNet?
155474 VirtualHost?
61321 TreeSize?
61282 FileEncryptor?
 92 ProjectsTodo
 85 JokosNotepad
 77 Home
 64 Joko-2004-09-06
 64 LdapCentricArchitecture
 58 Joko-2004-11-04-quepasa
959532 TWikiGuest?
Apr 2020 469533 467990 0 289742 InterestingWindowsSoftware?
94456 VirtualHost?
83837 TrIDNet?
 50 JokosNotepad
 48 ProjectsTodo
 46 Home
 41 LdapCentricArchitecture
 37 WebStatistics
 34 Joko-2004-09-06
 32 Joko-2004-11-04-quepasa
 29 Joko-2004-09-21Todo-quepasa
467990 TWikiGuest?
May 2020 768257 764588 0 553726 InterestingWindowsSoftware?
99428 VirtualHost?
55808 TreeSize?
55738 GermanLinuxResources?
104 WebStatistics
 96 Home
 85 ProjectsTodo
 81 JokosNotepad
 66 WebChanges
 57 Joko-2004-09-06
 56 TrIDNet?
764588 TWikiGuest?
Jun 2020 349488 344521 0 205869 InterestingWindowsSoftware?
69391 TreeSize?
69174 GermanLinuxResources?
232 Joko-2004-11-04-quepasa
194 WebStatistics
133 ProjectsTodo
127 JokosNotepad
116 Home
110 LdapCentricArchitecture
108 Joko-2004-09-06
108 Joko-2004-09-07
344521 TWikiGuest?
Jul 2020 5380 0 0 285 WebStatistics
175 JokosNotepad
167 ProjectsTodo
166 Home
133 LdapCentricArchitecture
125 Joko-2004-09-06
124 Joko-2004-09-21Migration-quepasa-mango
122 Joko-2004-09-20Migration-sorceress-quepasa
118 Joko-2004-09-21Todo-quepasa
113 Joko-2004-11-04-quepasa
107 Joko-2004-09-07
 
Aug 2020 5478 0 0 338 WebStatistics
192 Home
186 JokosNotepad
185 ProjectsTodo
130 LdapCentricArchitecture
121 Joko-2004-11-04-quepasa
118 Joko-2004-09-20Migration-sorceress-quepasa
118 Joko-2004-09-07
112 Joko-2004-09-21Migration-quepasa-mango
109 Joko-2004-09-06
103 Joko-2004-09-21Todo-quepasa
 
Sep 2020 5552 0 0 192 WebStatistics
189 ProjectsTodo
156 JokosNotepad
153 Joko-2004-09-06
151 Home
149 Joko-2004-11-04-quepasa
146 LdapCentricArchitecture
127 Joko-2004-09-07
122 Joko-2004-09-21Migration-quepasa-mango
111 QuepasaSHV4
101 Joko-2004-09-20Migration-sorceress-quepasa
 
Oct 2020 7447 0 0 323 WebStatistics
265 ProjectsTodo
216 JokosNotepad
201 Joko-2004-09-06
194 Home
174 LdapCentricArchitecture
174 Joko-2004-11-04-quepasa
155 Joko-2004-09-07
155 Joko-2004-09-20Migration-sorceress-quepasa
154 Joko-2004-09-21Todo-quepasa
150 Joko-2004-09-21Migration-quepasa-mango
 
Nov 2020 4525 0 0 177 WebStatistics
163 ProjectsTodo
148 Home
133 Joko-2004-09-06
122 Joko-2004-11-04-quepasa
121 LdapCentricArchitecture
117 Joko-2004-09-21Migration-quepasa-mango
116 JokosNotepad
111 Joko-2004-09-07
106 Joko-2004-09-21Todo-quepasa
104 Joko-2004-09-20Migration-sorceress-quepasa
 
Dec 2020 2999 0 0 116 WebStatistics
116 Home
109 ProjectsTodo
 95 JokosNotepad
 89 Joko-2004-09-06
 79 Joko-2004-11-04-quepasa
 76 LdapCentricArchitecture
 66 BusinessProcess
 65 Joko-2004-09-20Migration-sorceress-quepasa
 65 Joko-2004-09-21Migration-quepasa-mango
 61 Joko-2004-09-07
 
Jan 2021 5293 0 0 215 WebStatistics
208 ProjectsTodo
189 JokosNotepad
183 Home
157 LdapCentricArchitecture
149 Joko-2004-09-06
138 Joko-2004-11-04-quepasa
127 Joko-2004-09-07
118 Joko-2004-09-21Migration-quepasa-mango
115 Joko-2004-09-21Todo-quepasa
114 Joko-2004-10-07InternetWin98
 
Feb 2021 5052 0 0 693 Joko-2004-11-04-quepasa
640 EncryptedLoopDevice
176 WebStatistics
130 ProjectsTodo
125 Home
105 Joko-2004-09-06
 96 LdapCentricArchitecture
 95 JokosNotepad
 93 Joko-2004-09-21Migration-quepasa-mango
 87 Joko-2004-09-21Todo-quepasa
 86 Joko-2004-09-20Migration-sorceress-quepasa
 
Mar 2021 5646 0 0 189 WebStatistics
170 Home
161 JokosNotepad
160 ProjectsTodo
136 Joko-2004-09-06
134 LdapCentricArchitecture
121 Joko-2004-11-04-quepasa
 99 Joko-2004-09-21Todo-quepasa
 98 Joko-2004-09-21Migration-quepasa-mango
 97 Joko-2004-09-07
 91 Joko-2004-09-20Migration-sorceress-quepasa
 
Apr 2021 4285 0 0 182 ProjectsTodo
164 JokosNotepad
142 WebStatistics
134 Joko-2004-09-06
130 Home
130 LdapCentricArchitecture
110 Joko-2004-11-04-quepasa
104 Joko-2004-09-07
103 Joko-2004-09-21Migration-quepasa-mango
 92 Joko-2004-09-20Migration-sorceress-quepasa
 88 WhatIsAtom
 
May 2021 6024 0 0 271 WebStatistics
228 ProjectsTodo
218 JokosNotepad
208 Home
170 BusinessProcess
154 Joko-2004-09-06
151 LdapCentricArchitecture
149 Joko-2004-11-04-quepasa
135 Joko-2004-09-21Migration-quepasa-mango
125 Joko-2004-09-21Todo-quepasa
116 Joko-2004-09-20Migration-sorceress-quepasa
 
Jun 2021 2750 0 0 117 WebStatistics
 98 ProjectsTodo
 93 BusinessProcess
 87 JokosNotepad
 83 Home
 80 LdapCentricArchitecture
 74 Joko-2004-11-04-quepasa
 70 Joko-2004-09-06
 70 Joko-2004-09-20Migration-sorceress-quepasa
 65 Joko-2004-09-21Todo-quepasa
 64 Joko-2004-09-21Migration-quepasa-mango
 
Jul 2021 2702 0 0 123 WebStatistics
 90 BusinessProcess
 89 Home
 72 ProjectsTodo
 70 Joko-2004-09-06
 66 JokosNotepad
 62 QuepasaSHV4
 59 Joko-2004-11-04-quepasa
 56 Joko-2004-09-07
 49 LdapCentricArchitecture
 47 Joko-2004-09-21Migration-quepasa-mango
 
Aug 2021 4102 0 0 156 WebStatistics
147 ProjectsTodo
139 QuepasaSHV4
132 Home
115 JokosNotepad
109 BusinessProcess
 99 LdapCentricArchitecture
 90 Joko-2004-11-04-quepasa
 89 WebChanges
 85 Joko-2004-09-06
 80 Joko-2004-09-07
 
Sep 2021 2209 0 0 103 WebStatistics
 90 BusinessProcess
 85 Home
 58 QuepasaSHV4
 58 ProjectsTodo
 55 LdapCentricArchitecture
 54 Joko-2004-09-06
 52 Joko-2004-09-21Migration-quepasa-mango
 50 JokosNotepad
 50 Joko-2004-11-04-quepasa
 40 WebIndex
 
Oct 2021 5473 0 0 227 WebStatistics
212 ProjectsTodo
208 JokosNotepad
195 Joko-2004-11-04-quepasa
154 Home
148 LdapCentricArchitecture
142 BusinessProcess
123 WebChanges
123 WebIndex
119 Joko-2004-09-06
116 Joko-2004-09-07
 
Nov 2021 3126 0 0 170 WebStatistics
111 ProjectsTodo
106 JokosNotepad
105 BusinessProcess
104 Home
 80 LdapCentricArchitecture
 76 Joko-2004-09-06
 65 Joko-2004-11-04-quepasa
 59 Joko-2004-09-07
 56 Joko-2004-09-21Todo-quepasa
 55 Joko-2004-09-21Migration-quepasa-mango
 
Dec 2021 4685 0 0 208 WebStatistics
152 JokosNotepad
148 Home
137 ProjectsTodo
119 Joko-2004-09-21Migration-quepasa-mango
117 LdapCentricArchitecture
110 Joko-2004-09-06
106 BusinessProcess
104 Joko-2004-09-21Todo-quepasa
102 Joko-2004-09-20Migration-sorceress-quepasa
102 Joko-2004-11-04-quepasa
 
Jan 2022 7425 0 0 332 WebStatistics
300 ProjectsTodo
284 JokosNotepad
228 Home
200 Joko-2004-09-06
191 LdapCentricArchitecture
174 Joko-2004-11-04-quepasa
168 Joko-2004-09-07
153 WebChanges
150 Joko-2004-09-21Migration-quepasa-mango
137 Joko-2004-09-20Migration-sorceress-quepasa
 
Feb 2022 5612 0 0 557 Joko-2004-10-07InternetWin98
249 WebStatistics
186 JokosNotepad
166 ProjectsTodo
162 Home
136 Joko-2004-09-06
134 LdapCentricArchitecture
116 Joko-2004-09-21Migration-quepasa-mango
110 Joko-2004-11-04-quepasa
102 Joko-2004-09-21Todo-quepasa
 93 Joko-2004-09-07
 
Mar 2022 6258 0 0 338 WebStatistics
213 ProjectsTodo
210 Home
206 JokosNotepad
141 Joko-2004-09-06
136 BusinessProcess
135 LdapCentricArchitecture
130 Joko-2004-11-04-quepasa
127 Joko-2004-09-21Migration-quepasa-mango
124 WebIndex
121 Joko-2004-09-07
 
Apr 2022 4578 0 0 169 WebStatistics
155 Home
124 JokosNotepad
124 ProjectsTodo
117 LdapCentricArchitecture
110 BusinessProcess
 96 Joko-2004-09-21Migration-quepasa-mango
 92 Joko-2004-09-06
 88 WebHome
 85 WebChanges
 83 WebIndex
 
May 2022 1968 0 0  92 Joko-2004-09-21Migration-quepasa-mango
 66 WebStatistics
 58 JokosNotepad
 56 Home
 53 ProjectsTodo
 49 Joko-2004-09-06
 46 QuepasaSHV4
 44 Joko-2004-09-20Migration-sorceress-quepasa
 44 WebHome
 43 Joko-2004-09-21Todo-quepasa
 42 LdapCentricArchitecture
 
Jun 2022 4430 0 0 158 Home
140 JokosNotepad
128 ProjectsTodo
122 WebStatistics
109 Joko-2004-09-06
103 Joko-2004-09-21Migration-quepasa-mango
 91 LdapCentricArchitecture
 90 Joko-2004-09-20Migration-sorceress-quepasa
 88 Joko-2004-09-21Todo-quepasa
 88 Joko-2004-11-04-quepasa
 87 BusinessProcess
 
Jul 2022 5897 0 0 219 WebStatistics
195 ProjectsTodo
195 JokosNotepad
177 Home
167 Joko-2004-09-06
157 LdapCentricArchitecture
128 Joko-2004-11-04-quepasa
112 Joko-2004-09-21Migration-quepasa-mango
109 Joko-2004-09-07
101 BusinessProcess
100 WebIndex
 
Aug 2022 4913 0 0 231 Joko-2004-10-07InternetWin98
220 Joko-2002-11
181 Home
180 WebStatistics
168 JokosNotepad
159 ProjectsTodo
122 Joko-2004-09-06
101 LdapCentricArchitecture
 91 Joko-2004-09-07
 91 Joko-2004-11-04-quepasa
 90 Joko-2004-09-21Todo-quepasa
 
Sep 2022 4715 0 0 522 Netsh
145 JokosNotepad
134 WebStatistics
134 ProjectsTodo
122 Home
112 Joko-2004-09-06
 97 Joko-2004-11-04-quepasa
 97 LdapCentricArchitecture
 97 Joko-2004-09-07
 91 BusinessProcess
 91 Joko-2004-09-21Migration-quepasa-mango
 
Oct 2022 4614 0 0 194 ProjectsTodo
160 JokosNotepad
150 LdapCentricArchitecture
144 Home
142 WebStatistics
124 Joko-2004-09-06
124 Joko-2004-09-20Migration-sorceress-quepasa
110 Joko-2004-11-04-quepasa
104 Joko-2004-09-21Migration-quepasa-mango
 95 Joko-2004-09-07
 86 WebChanges
 
Nov 2022 5061 0 0 197 ProjectsTodo
194 JokosNotepad
168 Home
149 Joko-2004-09-06
148 WebStatistics
139 LdapCentricArchitecture
130 Joko-2004-11-04-quepasa
120 Joko-2004-09-20Migration-sorceress-quepasa
118 Joko-2004-09-07
117 Joko-2004-09-21Todo-quepasa
116 Joko-2004-09-21Migration-quepasa-mango
 
Dec 2022 2058 0 0 106 Home
 90 ProjectsTodo
 60 WebStatistics
 59 Joko-2004-09-06
 58 JokosNotepad
 54 WhatIsAtom
 49 QuepasaSHV4
 49 LdapCentricArchitecture
 45 FreeAntivirusSoftware
 45 WebChanges
 44 Joko-2004-11-04-quepasa
 
Jan 2023 3828 0 0 170 ProjectsTodo
151 Home
131 JokosNotepad
105 LdapCentricArchitecture
100 WebStatistics
 91 WhatIsAtom
 91 Joko-2004-09-06
 91 Joko-2004-11-04-quepasa
 77 Joko-2004-09-07
 76 Joko-2004-09-21Migration-quepasa-mango
 76 WebIndex
 
Feb 2023 2686 0 0 102 Home
100 ProjectsTodo
 94 WebStatistics
 81 LdapCentricArchitecture
 78 JokosNotepad
 77 Joko-2004-09-06
 65 Joko-2004-11-04-quepasa
 62 Joko-2004-09-21Todo-quepasa
 60 WhatIsAtom
 59 Joko-2004-09-21Migration-quepasa-mango
 56 Joko-2004-09-07
 
Mar 2023 2762 0 0 107 ProjectsTodo
106 EncryptedLoopDevice
100 Home
 84 Joko-2004-09-06
 82 WebStatistics
 77 Joko-2004-11-04-quepasa
 77 JokosNotepad
 75 LdapCentricArchitecture
 54 WebIndex
 53 BusinessProcess
 53 WebHome
 
Apr 2023 3403 0 0 147 ProjectsTodo
124 JokosNotepad
106 Home
 98 WebStatistics
 90 Joko-2004-09-06
 84 LdapCentricArchitecture
 83 Joko-2004-11-04-quepasa
 77 Joko-2004-09-07
 75 Joko-2004-09-21Migration-quepasa-mango
 73 Joko-2004-09-20Migration-sorceress-quepasa
 68 Joko-2004-09-21Todo-quepasa
 
May 2023 2957 0 0 132 ProjectsTodo
 94 Home
 94 JokosNotepad
 88 WebStatistics
 83 LdapCentricArchitecture
 81 Joko-2004-09-06
 66 Joko-2004-09-07
 62 QuepasaSHV4
 61 Joko-2004-11-04-quepasa
 57 WebIndex
 57 Joko-2004-09-21Todo-quepasa
 
Jun 2023 2635 0 0  87 Home
 85 ProjectsTodo
 83 WebStatistics
 81 Joko-2004-11-04-quepasa
 79 Joko-2004-09-21Migration-quepasa-mango
 79 Joko-2004-09-21Todo-quepasa
 76 Joko-2004-09-20Migration-sorceress-quepasa
 71 Joko-2004-09-06
 65 JokosNotepad
 58 LdapCentricArchitecture
 56 Joko-2004-09-07
 
Jul 2023 3356 0 0 141 ProjectsTodo
132 Home
128 JokosNotepad
117 WebStatistics
 98 LdapCentricArchitecture
 91 Joko-2004-11-04-quepasa
 88 Joko-2004-09-21Migration-quepasa-mango
 84 Joko-2004-09-06
 75 Joko-2004-09-21Todo-quepasa
 74 Joko-2004-09-20Migration-sorceress-quepasa
 71 Joko-2004-09-07
 
Aug 2023 3019 0 0 130 ProjectsTodo
123 Joko-2004-09-06
112 WebStatistics
112 JokosNotepad
102 Home
 81 LdapCentricArchitecture
 72 Joko-2004-11-04-quepasa
 67 WebIndex
 61 Joko-2004-09-07
 61 Joko-2004-09-21Todo-quepasa
 59 QuepasaSHV4
 
Sep 2023 5039 0 0 596 NetworkProgramming
271 WebStatistics
188 ProjectsTodo
180 JokosNotepad
146 Home
124 Joko-2004-09-06
120 LdapCentricArchitecture
107 Joko-2004-09-21Migration-quepasa-mango
101 Joko-2004-09-07
101 Joko-2004-11-04-quepasa
 98 Joko-2004-09-20Migration-sorceress-quepasa
 
Oct 2023 1433 0 0  63 WebStatistics
 58 JokosNotepad
 52 Joko-2004-11-04-quepasa
 49 ProjectsTodo
 47 Home
 44 Joko-2004-09-06
 40 LdapCentricArchitecture
 38 Joko-2004-09-07
 35 Joko-2004-09-21Migration-quepasa-mango
 32 Joko-2004-09-21Todo-quepasa
 29 ResumeTechKeywords
 
Nov 2023 6287 0 0 312 WebStatistics
288 ProjectsTodo
268 JokosNotepad
233 Home
207 LdapCentricArchitecture
186 Joko-2004-09-06
148 Joko-2004-11-04-quepasa
144 Joko-2004-09-07
144 Joko-2004-09-21Migration-quepasa-mango
127 Joko-2004-09-20Migration-sorceress-quepasa
127 WebIndex
 
Dec 2023 2868 0 0 142 WebStatistics
103 JokosNotepad
102 ProjectsTodo
 80 Joko-2004-09-06
 79 Joko-2004-11-04-quepasa
 77 Home
 69 LdapCentricArchitecture
 65 Joko-2004-09-21Todo-quepasa
 63 Joko-2004-09-07
 58 Joko-2004-09-21Migration-quepasa-mango
 56 Joko-2004-09-20Migration-sorceress-quepasa
 
Jan 2024 3946 0 0 158 ProjectsTodo
129 Joko-2004-09-06
123 Home
114 JokosNotepad
104 Joko-2004-09-21Migration-quepasa-mango
104 WebStatistics
 97 LdapCentricArchitecture
 96 Joko-2004-11-04-quepasa
 91 Joko-2004-09-21Todo-quepasa
 89 WebIndex
 83 Joko-2004-09-20Migration-sorceress-quepasa
 
Feb 2024 4106 0 0 155 Joko-2004-09-06
150 ProjectsTodo
145 WebStatistics
126 Home
122 Joko-2004-11-04-quepasa
118 JokosNotepad
104 Joko-2004-09-21Migration-quepasa-mango
 98 Joko-2004-09-07
 92 BusinessProcess
 90 LdapCentricArchitecture
 86 QuepasaSHV4
 
Mar 2024 3372 0 0 175 ProjectsTodo
129 Joko-2004-09-06
124 Home
 92 Joko-2004-11-04-quepasa
 90 WebStatistics
 89 JokosNotepad
 80 LdapCentricArchitecture
 77 Joko-2004-09-07
 69 WebHome
 63 Joko-2004-10-07InternetWin98
 63 BusinessProcess
 
Apr 2024 4058 0 0 161 ProjectsTodo
157 JokosNotepad
151 Home
121 LdapCentricArchitecture
105 Joko-2004-09-06
104 WebStatistics
 98 Joko-2004-09-21Migration-quepasa-mango
 90 Joko-2004-09-07
 88 Joko-2004-11-04-quepasa
 84 Joko-2004-09-20Migration-sorceress-quepasa
 83 BusinessProcess
 
May 2024 939 0 0  47 ProjectsTodo
 41 JokosNotepad
 34 Joko-2004-09-06
 30 LdapCentricArchitecture
 26 Home
 25 BusinessProcess
 24 Joko-2004-11-04-quepasa
 22 QuepasaSHV4
 21 Joko-2004-09-20Migration-sorceress-quepasa
 20 Joko-2004-09-21Todo-quepasa
 20 Joko-2004-09-07
 

 


WebTopicList  

24 Nov 2001 - 11:40 - NEW   PeterThoeny?

See also the verbose WebIndex.

 


WhatIsAtom  

23 Nov 2004 - 17:23 - r1.2   Main.joko

 


XmlEditors  

26 Nov 2004 - 00:41 - NEW   Main.joko

 



Number of topics: 70

Topic Home . { }    output as: { }